From ac34881a11364cfd48c7051a41c1f55578f0a1ef Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 8 May 2026 11:15:05 +0200 Subject: [PATCH] added niri to home configuration --- home.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 150ce98..927adf7 100755 --- a/home.nix +++ b/home.nix @@ -6,7 +6,7 @@ ./modules/shell/aliases.nix ./modules/user/gnome-home.nix # ./modules/user/kde-home.nix -# ./modules/user/niri-home.nix + ./modules/user/niri-home.nix # ./modules/user/hyprland-home.nix ./system/default.nix @@ -152,6 +152,18 @@ # # /etc/profiles/per-user/martin/etc/profile.d/hm-session-vars.sh # + home.packages = with pkgs; [ + htop + noto-fonts + fira-code + nerd-fonts.fira-code + unzip + zip + p7zip + inetutils + fuzzel + ]; + home.sessionVariables = { # EDITOR = "emacs"; GTK_THEME = "palenight";