add kdePlasma6
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user