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
|
||||
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
|
||||
socat
|
||||
];
|
||||
pathsToLink = [
|
||||
"/share/nix-direnv"
|
||||
];
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
|
@ -15,8 +15,10 @@ in with lib; {
|
|||
obs-studio
|
||||
kdenlive
|
||||
fspy
|
||||
digikam
|
||||
scribus
|
||||
|
||||
digikam
|
||||
darktable
|
||||
rawtherapee
|
||||
];
|
||||
};
|
||||
|
|
|
@ -14,6 +14,10 @@ in with lib; {
|
|||
home.sessionVariables = {
|
||||
"NEOVIDE_MULTIGRID" = "true";
|
||||
};
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
programs.zsh = {
|
||||
enable = 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" = {
|
||||
# device = "/dev/disk/by-uuid/f6d243ec-6be9-4551-8cbb-aefb7b691a62";
|
||||
|
|
Loading…
Reference in a new issue