summaryrefslogtreecommitdiffstats
path: root/hosts/kenosis/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/kenosis/configuration.nix')
-rw-r--r--hosts/kenosis/configuration.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/hosts/kenosis/configuration.nix b/hosts/kenosis/configuration.nix
index be792e9..68498c5 100644
--- a/hosts/kenosis/configuration.nix
+++ b/hosts/kenosis/configuration.nix
@@ -3,10 +3,12 @@
pkgs,
inputs,
nvim,
+ username,
...
}: {
imports = [
# ./legacy.nix
+ ./../../hjem-darwin.nix
];
networking = {
@@ -15,7 +17,7 @@
localHostName = "kenosis";
};
# Primary user for user-specific settings (dock, etc.)
- system.primaryUser = "andrew";
+ system.primaryUser = username;
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [
@@ -48,7 +50,7 @@
homebrew = {
enable = true;
- user = "andrew";
+ user = username;
taps = [
];
@@ -61,7 +63,7 @@
"firefox"
"chatgpt"
"capcut"
- "docker"
+ "docker-desktop"
"musicbrainz-picard"
"gimp"
];