From 18e7f651ce33b1544178f444c6bd3fbaf44fc831 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 3 May 2026 22:09:25 +0200 Subject: hm changes --- hosts/desktop/configuration.nix | 9 --------- hosts/desktop/home.nix | 8 ++++++-- hosts/pendrive/home.nix | 1 - hosts/thinkpad/configuration.nix | 7 ------- hosts/thinkpad/home.nix | 8 ++++++-- 5 files changed, 12 insertions(+), 21 deletions(-) (limited to 'hosts') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 8ee67e5..82909c2 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -109,15 +109,6 @@ thunar.enable = true; }; - environment.systemPackages = with pkgs; [ - (inputs.subtui.packages.x86_64-linux.subtui) - stow - gimp - vis - lua-language-server - nil - ]; - boot = { kernelModules = [ "nct6687" diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index eea90e7..002f28e 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -1,4 +1,4 @@ -{ username, ... }: +{ username, pkgs, ... }: { imports = [ ../../hm/default.nix ]; @@ -21,7 +21,6 @@ }; xdg-mime.enable = true; }; - editors.nixvim.enable = true; env = { fsel.enable = true; mako.enable = true; @@ -50,6 +49,7 @@ sioyek.enable = true; browser.librewolf.enable = true; email.thunderbird.enable = true; + editor.enable = true; media.enable = true; mpv.enable = true; chat.enable = true; @@ -87,4 +87,8 @@ }; }; }; + + home.packages = with pkgs; [ + stow + ]; } diff --git a/hosts/pendrive/home.nix b/hosts/pendrive/home.nix index 9ae18ad..f78960a 100644 --- a/hosts/pendrive/home.nix +++ b/hosts/pendrive/home.nix @@ -17,7 +17,6 @@ git.enable = true; xdg-dirs.enable = true; }; - editors.nixvim.enable = true; env = { niri.enable = true; cursor.enableMiyabi = true; diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index b986f93..8bbc3b6 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -91,12 +91,5 @@ niri.enable = true; }; }; - environment.systemPackages = with pkgs; [ - stow - vis - gimp - appimage-run - (inputs.subtui.packages.x86_64-linux.subtui) - ]; # boot.kernelParams = [ "iomem=relaxed" ]; } diff --git a/hosts/thinkpad/home.nix b/hosts/thinkpad/home.nix index 35f227d..7ebeb94 100644 --- a/hosts/thinkpad/home.nix +++ b/hosts/thinkpad/home.nix @@ -1,4 +1,4 @@ -{ username, ... }: +{ username, pkgs, ... }: { imports = [ ../../hm/default.nix ]; @@ -21,7 +21,6 @@ }; xdg-mime.enable = true; }; - editors.nixvim.enable = true; env = { fsel.enable = true; mako.enable = true; @@ -49,6 +48,7 @@ sioyek.enable = true; browser.librewolf.enable = true; email.thunderbird.enable = true; + editor.enable = true; media.enable = true; mpv.enable = true; chat.enable = true; @@ -59,4 +59,8 @@ yt-dlp.enable = true; }; }; + + home.packages = with pkgs; [ + stow + ]; } -- cgit v1.3