add de cosmic to new flake based approach

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-27 14:57:44 -06:00
parent b69246de06
commit 985d584213
14 changed files with 426 additions and 68 deletions

View file

@ -11,8 +11,8 @@
# My custom modules
mods = {
boot_systemd.enable = true;
shell_common.enable = true;
boot_systemd.enable = true; # new
shell_common.enable = true; # new
de_cosmic.enable = true;
neovim.enable = true;
tty_caps_esc.enable = true;
@ -20,7 +20,7 @@
fonts.enable = true;
stormd.enable = true;
nebula.enable = true;
ssh.enable = true;
ssh.enable = true; # new
# rustdesk.enable = true;
};