make changes (too many)
This commit is contained in:
parent
7deb8363b0
commit
a80b9f5148
5 changed files with 9 additions and 6 deletions
|
@ -27,13 +27,10 @@ with builtins;
|
||||||
|
|
||||||
|
|
||||||
wget git neofetch pciutils zip unzip gnutar iw btop nodejs jdk8 jdk11
|
wget git neofetch pciutils zip unzip gnutar iw btop nodejs jdk8 jdk11
|
||||||
jdk libsecret gh nix-prefetch-scripts direnv nix-direnv fzf glab openal
|
jdk libsecret gh nix-prefetch-scripts fzf glab openal
|
||||||
sl lolcat appimage-run git-crypt file whois p7zip file nmap cmatrix tree
|
sl lolcat appimage-run git-crypt file whois p7zip file nmap cmatrix tree
|
||||||
socat
|
socat
|
||||||
];
|
];
|
||||||
pathsToLink = [
|
|
||||||
"/share/nix-direnv"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
@ -15,8 +15,10 @@ in with lib; {
|
||||||
obs-studio
|
obs-studio
|
||||||
kdenlive
|
kdenlive
|
||||||
fspy
|
fspy
|
||||||
digikam
|
|
||||||
scribus
|
scribus
|
||||||
|
|
||||||
|
digikam
|
||||||
|
darktable
|
||||||
rawtherapee
|
rawtherapee
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -14,6 +14,10 @@ in with lib; {
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
"NEOVIDE_MULTIGRID" = "true";
|
"NEOVIDE_MULTIGRID" = "true";
|
||||||
};
|
};
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 454 KiB After Width: | Height: | Size: 643 KiB |
|
@ -193,7 +193,7 @@
|
||||||
#};
|
#};
|
||||||
#};
|
#};
|
||||||
#};
|
#};
|
||||||
};
|
#};
|
||||||
|
|
||||||
#fileSystems."/swap" = {
|
#fileSystems."/swap" = {
|
||||||
# device = "/dev/disk/by-uuid/f6d243ec-6be9-4551-8cbb-aefb7b691a62";
|
# device = "/dev/disk/by-uuid/f6d243ec-6be9-4551-8cbb-aefb7b691a62";
|
||||||
|
|
Loading…
Reference in a new issue