4: Added Rider, pwsh, fastfetch, and element

This commit is contained in:
uzy lol 2024-11-16 15:06:37 -08:00
parent 2f1d56e176
commit 7cf6a34fc9
4 changed files with 9 additions and 0 deletions

View File

@ -115,6 +115,7 @@
# IDE # IDE
jetbrains.idea-ultimate jetbrains.idea-ultimate
jetbrains.rider
# nix language server # nix language server
nixd nixd

View File

@ -16,5 +16,7 @@
ddcutil ddcutil
galaxy-buds-client galaxy-buds-client
fastfetch
]; ];
} }

View File

@ -71,4 +71,9 @@
enableZshIntegration = true; enableZshIntegration = true;
nix-direnv.enable = true; nix-direnv.enable = true;
}; };
# Enable powershell
home.packages = with pkgs; [
powershell
];
} }

View File

@ -3,5 +3,6 @@
zoom-us zoom-us
vesktop vesktop
thunderbird thunderbird
element-desktop
]; ];
} }