Update default.nix
This commit is contained in:
parent
4fc33b17f5
commit
84f13b8648
1 changed files with 36 additions and 0 deletions
|
@ -8,6 +8,42 @@
|
||||||
polarity = "dark";
|
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 = {
|
shell = {
|
||||||
default = "zsh";
|
default = "zsh";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue