update laptop

This commit is contained in:
Vivian 2022-09-07 14:25:42 +02:00
parent 8be9000dc1
commit c54dff4fb1
4 changed files with 135 additions and 30 deletions

View file

@ -42,9 +42,9 @@ in
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.victor = import ./home;
home-manager.sharedModules = [
inputs.hyprland.homeManagerModules.default
];
home-manager.extraSpecialArgs = {
inherit inputs;
};
security.pam.services.swaylock = { };