laptop, various updates

This commit is contained in:
Vivian 2022-08-30 22:38:00 +02:00
parent c713b1810e
commit 66fba58eda
6 changed files with 46 additions and 79 deletions

View file

@ -45,6 +45,10 @@ in
inputs.hyprland.homeManagerModules.default
];
security.pam.services.swaylock = { };
security.sudo.wheelNeedsPassword = true;
fonts = {
fonts = with pkgs; [
material-design-icons
@ -190,6 +194,8 @@ in
wireguard-tools
slurp
gdb
swaylock-effects
];
programs.steam = {
@ -227,5 +233,4 @@ in
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.05"; # Did you read the comment?
}