diff --git a/_hosts/manwe/users/chris/default.nix b/_hosts/manwe/users/chris/default.nix index 0598711..96461c8 100644 --- a/_hosts/manwe/users/chris/default.nix +++ b/_hosts/manwe/users/chris/default.nix @@ -12,6 +12,12 @@ polarity = "dark"; }; + develop = { + rust.enable = true; + js.enable = true; + dotnet.enable = true; + }; + desktop = { plasma = { enable = true; @@ -19,17 +25,27 @@ }; applications = { + communication.enable = true; + email.enable = true; + office.enable = true; steam.enable = true; + recording.enable = true; + studio.enable = true; }; terminal = { default = "ghostty"; + alacritty.enable = true; ghostty.enable = true; }; editors = { - default = "nano"; + default = "zed"; + vscodium.enable = true; + zed.enable = true; + nvim.enable = true; nano.enable = true; + kate.enable = true; }; browsers = { @@ -37,6 +53,10 @@ chrome.enable = true; ladybird.enable = true; }; + + games = { + minecraft.enable = true; + }; }; shell = { diff --git a/systems/x86_64-linux/manwe/README.md b/systems/x86_64-linux/manwe/README.md index 1da7ab1..3bb6746 100644 --- a/systems/x86_64-linux/manwe/README.md +++ b/systems/x86_64-linux/manwe/README.md @@ -1,3 +1,8 @@ # Description +<<<<<<< HEAD My steambox. +======= +My desktop, reasoning for the name being the following chain of thought: +**Manwe -> the king of the valar -> leader -> desktop is main machine** +>>>>>>> 72b0f6f8fad97a4ade1b54dfada26828a170febf