changes
This commit is contained in:
parent
62b3b0f442
commit
3c949659e3
4 changed files with 8 additions and 6 deletions
|
@ -31,12 +31,13 @@
|
||||||
programs = {
|
programs = {
|
||||||
editors = {
|
editors = {
|
||||||
emacs.enable = true;
|
emacs.enable = true;
|
||||||
neovim.enable = false;
|
neovim.enable = true;
|
||||||
helix.enable = true;
|
helix.enable = true;
|
||||||
kakoune.enable = false;
|
kakoune.enable = true;
|
||||||
};
|
};
|
||||||
discord.enable = true;
|
discord.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
|
spotify.enable = true;
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
zellij.enable = true;
|
zellij.enable = true;
|
||||||
terminals = {
|
terminals = {
|
||||||
|
|
|
@ -11,7 +11,7 @@ in {
|
||||||
blanket
|
blanket
|
||||||
calibre
|
calibre
|
||||||
cbonsai
|
cbonsai
|
||||||
coreutils
|
coreutils-full
|
||||||
cmake
|
cmake
|
||||||
cmus
|
cmus
|
||||||
difftastic
|
difftastic
|
||||||
|
@ -43,7 +43,7 @@ in {
|
||||||
keepassxc
|
keepassxc
|
||||||
krita
|
krita
|
||||||
lazygit
|
lazygit
|
||||||
#librewolf
|
librewolf
|
||||||
libtool
|
libtool
|
||||||
links2
|
links2
|
||||||
lutris
|
lutris
|
||||||
|
@ -53,6 +53,7 @@ in {
|
||||||
musikcube
|
musikcube
|
||||||
nautilus
|
nautilus
|
||||||
ncmpcpp
|
ncmpcpp
|
||||||
|
nettools
|
||||||
neofetch
|
neofetch
|
||||||
nheko
|
nheko
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
|
@ -69,7 +70,6 @@ in {
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pdfarranger
|
pdfarranger
|
||||||
pfetch
|
pfetch
|
||||||
pidgin
|
|
||||||
playerctl
|
playerctl
|
||||||
polkit
|
polkit
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
|
|
@ -27,6 +27,7 @@ in {
|
||||||
nil
|
nil
|
||||||
bash-language-server
|
bash-language-server
|
||||||
shellcheck
|
shellcheck
|
||||||
|
typst-lsp
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
# distributions easier, or for convenience's sake. Even though the manual
|
# distributions easier, or for convenience's sake. Even though the manual
|
||||||
# and the description for this option recommends this to be true, I prefer
|
# and the description for this option recommends this to be true, I prefer
|
||||||
# explicit naming conventions, i.e., no aliases.
|
# explicit naming conventions, i.e., no aliases.
|
||||||
allowAliases = true;
|
allowAliases = false;
|
||||||
|
|
||||||
# Enable parallel building by default. This, in theory, should speed up building
|
# 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
|
# derivations, especially rust ones. However setting this to true causes a mass rebuild
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue