Merge branch 'nixbook/master' into zenix/master
This commit is contained in:
commit
5ef0d7cc25
7 changed files with 25 additions and 39 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{config, ...}: {
|
||||
programs.hyprland.enable = true;
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
withUWSM = true;
|
||||
};
|
||||
security.pam.services.hyprlock = {};
|
||||
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue