diff --git a/hosts/vali/temperance/configuration.nix b/hosts/vali/temperance/configuration.nix index 79fffa9..5a71596 100644 --- a/hosts/vali/temperance/configuration.nix +++ b/hosts/vali/temperance/configuration.nix @@ -31,12 +31,13 @@ programs = { editors = { emacs.enable = true; - neovim.enable = false; + neovim.enable = true; helix.enable = true; - kakoune.enable = false; + kakoune.enable = true; }; discord.enable = true; firefox.enable = true; + spotify.enable = true; zathura.enable = true; zellij.enable = true; terminals = { diff --git a/hosts/vali/temperance/programs.nix b/hosts/vali/temperance/programs.nix index 14733a0..3c7c1f6 100644 --- a/hosts/vali/temperance/programs.nix +++ b/hosts/vali/temperance/programs.nix @@ -11,7 +11,7 @@ in { blanket calibre cbonsai - coreutils + coreutils-full cmake cmus difftastic @@ -43,7 +43,7 @@ in { keepassxc krita lazygit - #librewolf + librewolf libtool links2 lutris @@ -53,6 +53,7 @@ in { musikcube nautilus ncmpcpp + nettools neofetch nheko networkmanagerapplet @@ -69,7 +70,6 @@ in { pavucontrol pdfarranger pfetch - pidgin playerctl polkit prismlauncher diff --git a/modules/editors/helix.nix b/modules/editors/helix.nix index bab7c6e..2bef669 100644 --- a/modules/editors/helix.nix +++ b/modules/editors/helix.nix @@ -27,6 +27,7 @@ in { nil bash-language-server shellcheck + typst-lsp ]) ]; }); diff --git a/modules/system/nix/nixpkgs.nix b/modules/system/nix/nixpkgs.nix index e1b9eb0..ecd16ea 100644 --- a/modules/system/nix/nixpkgs.nix +++ b/modules/system/nix/nixpkgs.nix @@ -27,7 +27,7 @@ # distributions easier, or for convenience's sake. Even though the manual # and the description for this option recommends this to be true, I prefer # explicit naming conventions, i.e., no aliases. - allowAliases = true; + allowAliases = false; # Enable parallel building by default. This, in theory, should speed up building # derivations, especially rust ones. However setting this to true causes a mass rebuild