update: 24.11

This commit is contained in:
Leonardo Eugênio 2024-12-12 20:11:34 -03:00
parent 1fe114cdcd
commit fbc3d6b96a
17 changed files with 183 additions and 145 deletions

View file

@ -43,7 +43,7 @@
glib # gsettings
usbutils
# dracula-theme # gtk theme
gnome3.adwaita-icon-theme # default gnome cursors
adwaita-icon-theme # default gnome cursors
];
services.geoclue2.enable = true;

View file

@ -3,7 +3,7 @@
fonts.enableDefaultPackages = true;
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-cjk-sans
noto-fonts-emoji
nerdfonts_fira_hack
];

View file

@ -44,7 +44,7 @@ in
];
};
extraOptions = ''
experimental-features = nix-command flakes repl-flake
experimental-features = nix-command flakes
'';
};
}

View file

@ -1,6 +1,5 @@
{ pkgs, ... }:
{
sound.enable = true;
hardware.pulseaudio.enable = false;
services.pipewire = {
enable = true;

View file

@ -31,7 +31,6 @@
environment.systemPackages = with pkgs; [
protontricks
bottles
inputs.dzgui-nix.packages.${pkgs.system}.default
];
programs.dzgui.enable = true;
}