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 = { steam = {
enable = true; enable = true;
impermanenceUsers = ["crumb"]; impermanenceUsers = ["crumb" "msyds"];
}; };
users.users = [ 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 = { sydnix = {
xdg.enable = true; xdg.enable = true;
steam.enable = true;
# Personal configurations. # Personal configurations.
users.crumb = { users.crumb = {
bash.enable = true; bash.enable = true;
@@ -28,11 +29,15 @@
git.enable = true; git.enable = true;
nvim.enable = true; nvim.enable = true;
readline.enable = true; readline.enable = true;
niri.enable = true;
firefox.enable = true;
ghostty.enable = true;
waybar.enable = true;
}; };
users.msyds = { users.msyds = {
emacs.enable = true; emacs.enable = true;
impermanence.enable = true; impermanence.enable = true;
syncthing.enable = false; syncthing.enable = true;
fonts.enable = true; fonts.enable = true;
}; };
}; };