various updates
This commit is contained in:
parent
89ce2c97d9
commit
636e23deb7
11 changed files with 149 additions and 145 deletions
|
@ -30,8 +30,7 @@ let
|
|||
|
||||
exec Hyprland
|
||||
'';
|
||||
in
|
||||
{
|
||||
in {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
@ -46,6 +45,7 @@ in
|
|||
users.vivian = import ./home;
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
};
|
||||
|
||||
security = {
|
||||
|
||||
pam.services.swaylock = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue