Merge branch 'main' of github.com:nmarks413/nix-config
This commit is contained in:
commit
0c24ab3019
1 changed files with 7 additions and 2 deletions
|
@ -108,7 +108,6 @@
|
||||||
cloudflared
|
cloudflared
|
||||||
pm2
|
pm2
|
||||||
#productivty
|
#productivty
|
||||||
todoist-electron
|
|
||||||
#Gaming
|
#Gaming
|
||||||
lutris
|
lutris
|
||||||
wineWowPackages.stable
|
wineWowPackages.stable
|
||||||
|
@ -118,7 +117,6 @@
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
prismlauncher
|
prismlauncher
|
||||||
# for cmpm17
|
# for cmpm17
|
||||||
binwalk
|
|
||||||
exiftool
|
exiftool
|
||||||
#for fun
|
#for fun
|
||||||
cowsay
|
cowsay
|
||||||
|
@ -147,6 +145,13 @@
|
||||||
]
|
]
|
||||||
++ [zls.packages.x86_64-linux.zls];
|
++ [zls.packages.x86_64-linux.zls];
|
||||||
|
|
||||||
|
programs.atuin = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
daemon.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
#enableFishIntegration = true;
|
#enableFishIntegration = true;
|
||||||
|
|
Loading…
Reference in a new issue