feat: enable msyds

This commit is contained in:
2025-11-22 23:44:28 -07:00
parent b3d96f4ac3
commit 1c60564a1e
5 changed files with 7 additions and 2 deletions

2
hosts/sydpc/configuration.nix Normal file → Executable file
View File

@@ -26,7 +26,7 @@
steam = {
enable = true;
impermanenceUsers = ["crumb"];
impermanenceUsers = ["crumb" "msyds"];
};
users.users = [

0
hosts/sydpc/disks.nix Normal file → Executable file
View File

0
hosts/sydpc/hardware.nix Normal file → Executable file
View File

0
hosts/sydpc/system.nix Normal file → Executable file
View File

View File

@@ -21,6 +21,7 @@
sydnix = {
xdg.enable = true;
steam.enable = true;
# Personal configurations.
users.crumb = {
bash.enable = true;
@@ -28,11 +29,15 @@
git.enable = true;
nvim.enable = true;
readline.enable = true;
niri.enable = true;
firefox.enable = true;
ghostty.enable = true;
waybar.enable = true;
};
users.msyds = {
emacs.enable = true;
impermanence.enable = true;
syncthing.enable = false;
syncthing.enable = true;
fonts.enable = true;
};
};