refactor2
This commit is contained in:
parent
8b771361d0
commit
b9e206af24
5 changed files with 10 additions and 29 deletions
|
|
@ -10,5 +10,10 @@
|
|||
./nix.nix
|
||||
./packages.nix
|
||||
./persistence.nix
|
||||
./sops.nix
|
||||
./ssh.nix
|
||||
./syncthing.nix
|
||||
./users.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,24 +0,0 @@
|
|||
{...}: {
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
security.polkit.enable = true;
|
||||
security.pam.services.hyprlock = {};
|
||||
|
||||
services.dbus.enable = true;
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
user = "lilith";
|
||||
command = "Hyprland";
|
||||
};
|
||||
initial_session = {
|
||||
user = "lilith";
|
||||
command = "Hyprland";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue