Update default.nix

This commit is contained in:
Chris Kruining 2025-03-19 10:56:44 +00:00 committed by GitHub
parent 4fc33b17f5
commit 84f13b8648
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,42 @@
polarity = "dark";
};
develop = {
rust.enable = true;
js.enable = true;
dotnet.enable = true;
};
desktop = {
plasma.enable = true;
applications = {
communication.enable = true;
email.enable = true;
office.enable = true;
};
terminal = {
default = "ghostty";
ghostty.enable = true;
};
editors = {
default = "zed";
vscodium.enable = true;
zed.enable = true;
nvim.enable = true;
nano.enable = true;
};
browsers = {
default = "chromium";
firefox.enable = true;
chrome.enable = true;
};
};
shell = {
default = "zsh";
};