From 6849b46055a1aa8af9150cdea887e7e703811930 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 18 Aug 2024 19:19:13 +0530 Subject: Config sync --- configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configuration.nix') 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 = { -- cgit v1.3.1