add kdePlasma6

This commit is contained in:
2025-08-10 15:59:11 -05:00
parent 6c81f28f68
commit 4fc6ac57a5
3 changed files with 38 additions and 8 deletions

View File

@@ -4,8 +4,6 @@
imports =
[
inputs.sops-nix.nixosModules.sops
inputs.home-manager.nixosModules.default
];
@@ -17,7 +15,7 @@
};
displayManager = {
enable = true;
defaultSession = "hyprland";
#defaultSession = "hyprland";
autoLogin = {
enable = true;
user = "nathan";
@@ -59,7 +57,7 @@
services.displayManager.sddm.settings.AutoLogin = {
User = "nathan";
Session = "hyprland";
#Session = "hyprland";
Relogin = true;
};
@@ -73,9 +71,9 @@
users.users."nathan" = {
isNormalUser = true;
#initialPassword = "7567";
initialPassword = "7567";
hashedPasswordFile = config.sops.secrets."nathan/pass".path;
#hashedPasswordFile = config.sops.secrets."nathan/pass".path;
extraGroups = [
"wheel"
@@ -91,7 +89,7 @@
experimental-features = [ "nix-command" "flakes" ];
};
};
/*
sops = {
age.keyFile = "/home/nathan/.config/sops/age/keys.txt";
defaultSopsFile = ./secrets.yaml;
@@ -103,7 +101,7 @@
};
};
};
*/
programs.fuse.userAllowOther = true;
home-manager = {