diff options
Diffstat (limited to 'nix-conf/machines/egalmoth/configuration.nix')
-rw-r--r-- | nix-conf/machines/egalmoth/configuration.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix index 766b814..e47cd45 100644 --- a/nix-conf/machines/egalmoth/configuration.nix +++ b/nix-conf/machines/egalmoth/configuration.nix @@ -4,7 +4,9 @@ lib, ... }: - +let + unstable = import <unstable> { }; +in { imports = [ ./hardware-configuration.nix ]; @@ -157,11 +159,7 @@ ]; }; - services.locate = { - enable = true; - package = pkgs.plocate; - localuser = null; - }; + services.locate.enable = true; environment.systemPackages = with pkgs; [ acpi @@ -180,6 +178,8 @@ rofi st sway + vdhcoapp + ungoogled-chromium wayland wayst wezterm @@ -204,6 +204,7 @@ iosevka-bin jetbrains-mono meslo-lgs-nf + unstable.aporetic ]; programs.zsh.enable = true; |