aboutsummaryrefslogtreecommitdiff
path: root/hosts/adam
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/adam')
-rw-r--r--hosts/adam/configuration.nix8
-rw-r--r--hosts/adam/home.nix29
2 files changed, 8 insertions, 29 deletions
diff --git a/hosts/adam/configuration.nix b/hosts/adam/configuration.nix
index c4153c8..20fa160 100644
--- a/hosts/adam/configuration.nix
+++ b/hosts/adam/configuration.nix
@@ -67,7 +67,15 @@
mpv
zoxide
+
+ noto-fonts-cjk-sans
+ noto-fonts-emoji
];
+
+ programs.zsh.shellAliases = {
+ open = "xdg-open";
+ };
+
home.stateVersion = "25.11";
};
diff --git a/hosts/adam/home.nix b/hosts/adam/home.nix
deleted file mode 100644
index 8f22d97..0000000
--- a/hosts/adam/home.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{ pkgs, username, ... }:
-
-{
- imports = [
- ../../modules/home-manager
- ];
-
- noto-fonts-cjk-sans
- noto-fonts-emoji
- ];
-
- programs.zsh.shellAliases = {
- open = "xdg-open";
- };
-
- dev.enable = true;
-
- sway.enable = true;
- foot.enable = true;
- waybar.enable = true;
- dunst.enable = true;
- hyprlock.enable = true;
-
- spicetify.enable = true;
- zathura.enable = true;
- nixcord.enable = true;
-
- home.stateVersion = "25.05";
-}