aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/adam
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-03-16 21:51:43 +0100
committerLeander Scherer <leander@schererleander.de>2026-03-16 21:51:43 +0100
commitb7eb406305bf221dcf85a3ed937ff0d2fd32f012 (patch)
treee9655ae7b698f4096c59b2f7d69ae4cf0baa2c2a /modules/hosts/adam
parenta0d82b0b575dcdc9123ec1e6e6ece38bcdfe22de (diff)
feat(adam): minor changes, import sunshine
Diffstat (limited to 'modules/hosts/adam')
-rw-r--r--modules/hosts/adam/configuration.nix1
-rw-r--r--modules/hosts/adam/flake-parts.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/hosts/adam/configuration.nix b/modules/hosts/adam/configuration.nix
index 246fece..c2110d6 100644
--- a/modules/hosts/adam/configuration.nix
+++ b/modules/hosts/adam/configuration.nix
@@ -45,7 +45,6 @@
# User configuration
users.users.schererleander = {
isNormalUser = true;
- home = "/home/schererleander";
shell = pkgs.zsh;
ignoreShellProgramCheck = true;
extraGroups = [
diff --git a/modules/hosts/adam/flake-parts.nix b/modules/hosts/adam/flake-parts.nix
index 738ec43..c20edd3 100644
--- a/modules/hosts/adam/flake-parts.nix
+++ b/modules/hosts/adam/flake-parts.nix
@@ -15,6 +15,7 @@
bluetooth
mullvad-vpn
steam
+ sunshine
wooting
];
};