From 5a5f09ce5813d76b3f9d3c48a6924a2d991d7566 Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 12 Dec 2025 11:58:37 +0100 Subject: remove old home.nix and merge into configuration.nix --- hosts/adam/configuration.nix | 8 ++++++++ hosts/adam/home.nix | 29 ----------------------------- 2 files changed, 8 insertions(+), 29 deletions(-) delete mode 100644 hosts/adam/home.nix (limited to 'hosts/adam') 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"; -} -- cgit v1.3.1