feat: enable msyds
This commit is contained in:
2
hosts/sydpc/configuration.nix
Normal file → Executable file
2
hosts/sydpc/configuration.nix
Normal file → Executable file
@@ -26,7 +26,7 @@
|
||||
|
||||
steam = {
|
||||
enable = true;
|
||||
impermanenceUsers = ["crumb"];
|
||||
impermanenceUsers = ["crumb" "msyds"];
|
||||
};
|
||||
|
||||
users.users = [
|
||||
|
||||
0
hosts/sydpc/disks.nix
Normal file → Executable file
0
hosts/sydpc/disks.nix
Normal file → Executable file
0
hosts/sydpc/hardware.nix
Normal file → Executable file
0
hosts/sydpc/hardware.nix
Normal file → Executable file
0
hosts/sydpc/system.nix
Normal file → Executable file
0
hosts/sydpc/system.nix
Normal file → Executable 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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user