moved programs to desktop feature

This commit is contained in:
John Lancaster
2026-06-30 23:00:55 -05:00
parent bb06b848be
commit f22e8cb1d5
2 changed files with 5 additions and 6 deletions
+3
View File
@@ -10,6 +10,9 @@
home.packages = with pkgs; [
mangohud
sublime4
proton-vpn
joplin-desktop
discord
];
};
}
+2 -6
View File
@@ -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;