aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-08-18 19:19:13 +0530
committerAkshay Nair <phenax5@gmail.com>2024-08-18 19:19:13 +0530
commit6849b46055a1aa8af9150cdea887e7e703811930 (patch)
tree8265a76cc7210c6abdd9e83041c52728fcd60a86 /configuration.nix
parent27622b0928dc9278ce84ebe28b3ff06827528012 (diff)
downloadnixos-config-6849b46055a1aa8af9150cdea887e7e703811930.tar.gz
nixos-config-6849b46055a1aa8af9150cdea887e7e703811930.zip
Config sync
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix
index 792179a..af97a11 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -46,7 +46,7 @@ in
services.blueman.enable = false;
# Enable sound.
- sound.enable = false;
+ # sound.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
@@ -79,6 +79,7 @@ in
services.atd.enable = true;
+ # programs.darling.enable = true; # macos emu
virtualisation = {
docker = {
enable = true;
@@ -111,7 +112,6 @@ in
common.default = "*";
};
};
- programs.darling.enable = true; # macos emu
# programs.tmux = {
# enable = true;
@@ -147,9 +147,11 @@ in
};
fonts.packages = with pkgs; [
# jetbrains-mono
- (nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
+ (nerdfonts.override { fonts = [ "JetBrainsMono" "FiraCode" "FiraMono" ]; })
cozette
noto-fonts-emoji
+ inter
+ roboto
];
services.logind = {