feat: Added cachix

This commit is contained in:
uttarayan21
2024-04-28 05:33:31 +05:30
parent fe00addf7c
commit 26e1ffd399
9 changed files with 323 additions and 79 deletions

View File

@@ -46,7 +46,8 @@ in {
./zellij.nix
../modules
]
++ lib.optionals device.isLinux [../linux];
++ lib.optionals device.isLinux [../linux]
++ lib.optionals device.isServer [../server];
home.packages = with pkgs;
[
@@ -68,7 +69,7 @@ in {
pkg-config
devenv
sleek
openapi-tui
# openapi-tui
# Misc
qmk
@@ -119,8 +120,8 @@ in {
programs = {
thefuck = {
enable = true;
enableFishIntegration = true;
enable = true;
enableFishIntegration = true;
};
direnv = {
enable = true;