From f22e8cb1d59afa76dad2d90fbb6f53db3f31731d Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 30 Jun 2026 23:00:55 -0500 Subject: [PATCH] moved programs to desktop feature --- modules/features/desktop.nix | 3 +++ modules/hosts/john-p14s/configuration.nix | 8 ++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/modules/features/desktop.nix b/modules/features/desktop.nix index 2b1da8c..8037251 100644 --- a/modules/features/desktop.nix +++ b/modules/features/desktop.nix @@ -10,6 +10,9 @@ home.packages = with pkgs; [ mangohud sublime4 + proton-vpn + joplin-desktop + discord ]; }; } diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index b3b8a0d..caed4ba 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -44,6 +44,8 @@ services.libinput.enable = true; # Enable touchpad support (enabled default in most desktopManager). services.fprintd.enable = true; # Enables fingerprint sensor + + home-manager.users.root = { imports = with inputs.self.modules.homeManager; [ rebuild @@ -59,12 +61,6 @@ my-vscode.enable = true; mysops.hostSecretFile = "${flakeDir}/modules/hosts/john-p14s/secrets.yaml"; homeManagerFlakeDir = "${flakeDir}"; - home.packages = with pkgs; [ - bash - discord - proton-vpn - joplin-desktop - ]; ssh.certificates.enable = true; ssh.matchSets = { appdaemon = true;