get hyprland working!

This commit is contained in:
Don Harper 2023-05-11 22:36:25 -05:00
parent fff4ea2683
commit 2d4dd9c458
9 changed files with 23 additions and 16 deletions

View file

@ -6,7 +6,7 @@
/etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation
/home/don/nixos/home
/home/don/nixos/dm/sway
/home/don/nixos/wm/sway
];
networking.hostName = "ace";
}

View file

@ -6,7 +6,7 @@
/etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation
/home/don/nixos/home
/home/don/nixos/dm/sway
/home/don/nixos/wm/sway
];
networking.hostName = "dragon";
}

View file

@ -7,7 +7,8 @@
/etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation
/home/don/nixos/home
/home/don/nixos/dm/sway
/home/don/nixos/wm/sway
/home/don/nixos/wm/hyperland
];
networking.hostName = "eve";
}

View file

@ -7,7 +7,7 @@
/etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation
/home/don/nixos/home
/home/don/nixos/dm/sway
/home/don/nixos/wm/sway
];
networking.hostName = "loki";
}

View file

@ -6,7 +6,7 @@
/etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation
/home/don/nixos/home
/home/don/nixos/dm/sway
/home/don/nixos/wm/sway
];
networking.hostName = "pocket2";
}

View file

@ -7,7 +7,7 @@
/etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation
/home/don/nixos/home
/home/don/nixos/dm/sway
/home/don/nixos/wm/sway
];
networking.hostName = "smaug";
}

View file

@ -24,7 +24,7 @@ in
# Enable networking
networking.networkmanager.enable = true;
networking.enableIPv6 = false; # FIXME this is to test connectivity @ the office via wireguard
networking.enableIPv6 = false; # FIXME this is to test connectivity @ the office via tailscale
networking.networkmanager.wifi.powersave = true;
networking.useDHCP = false;
@ -45,15 +45,20 @@ in
boot.plymouth.enable = true;
boot.plymouth.theme = "breeze";
security.polkit.enable = true;
# Enable doas instead of sudo
security.sudo.enable = false;
security.doas.enable = true;
security.doas.extraRules = [{
users = [ "don" ];
keepEnv = true;
noPass = true;
}];
security = {
polkit = {
enable = true;
};
sudo.enable = false;
doas = {
enable = true;
extraRules = [{
users = [ "don" ];
keepEnv = true;
noPass = true;
}];
};
};
services = {
avahi = {
@ -255,6 +260,7 @@ in
vit
wget
widevine-cdm
wireplumber
wlsunset
xdg-utils
xfce.thunar