Merge branch 'nixbook/master' into zenix/master

This commit is contained in:
tristan 2025-03-02 18:22:10 +00:00
commit 5ef0d7cc25
7 changed files with 25 additions and 39 deletions

View file

@ -29,6 +29,7 @@ in {
boot.loader.efi.canTouchEfiVariables = true;
networking.networkmanager.enable = true;
programs.nm-applet.enable = true;
# fix nixos-containers
networking.nat.enable = true;

View file

@ -1,5 +1,8 @@
{config, ...}: {
programs.hyprland.enable = true;
programs.hyprland = {
enable = true;
withUWSM = true;
};
security.pam.services.hyprlock = {};
imports = [