diff options
Diffstat (limited to 'hosts/desktop')
| -rw-r--r-- | hosts/desktop/configuration.nix | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 47ac758..dd474cb 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -12,7 +12,6 @@ ../../modules/networking.nix ../../modules/scx.nix ../../modules/tor.nix - ../../modules/disko.nix ../../modules/hyprland.nix ../../modules/niri.nix ../../modules/dwl.nix @@ -31,7 +30,7 @@ }; services.spotifyd = { - enable = true; + enable = true; }; programs.gnupg.agent = { @@ -110,13 +109,13 @@ environment.sessionVariables = { ELECTRON_ENABLE_WAYLAND = "1"; }; -programs.fish.enable = true; + programs.fish.enable = true; - users.users.adam = { - isNormalUser = true; - extraGroups = [ "wheel" "input" ]; - home = "/home/adam"; - shell = pkgs.fish; + users.users.adam = { + isNormalUser = true; + extraGroups = [ "wheel" "input" ]; + home = "/home/adam"; + shell = pkgs.fish; }; environment.systemPackages = with pkgs; [ @@ -128,31 +127,25 @@ programs.fish.enable = true; wineWowPackages.waylandFull winetricks - vim - lan-mouse_git tuigreet - hyprland linux-firmware dbus nh gamemode mangohud - grim grimblast - slurp wl-clipboard - swappy - git nix-output-monitor nvd rivalcfg easyeffects lutris - nix-tree ]; fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono + nerd-fonts.fira-mono + nerd-fonts.fira-code ]; system.stateVersion = "25.05"; |
