pi5 hyprland

This commit is contained in:
mjallen18
2025-06-20 09:33:38 -05:00
parent aaa5ead0de
commit 772987d5f4
6 changed files with 129 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ in
./networking.nix
./services.nix
./sops.nix
../../modules/desktop-environments/cosmic
../../modules/desktop-environments/hyprland
# ./hass.nix
];
@@ -68,11 +68,15 @@ in
environment = {
systemPackages = with pkgs; [
erofs-utils
fex
libraspberrypi
raspberrypi-eeprom
raspberrypifw
raspberrypiWirelessFirmware
raspberrypi-armstubs
squashfuse
squashfsTools
];
};
@@ -82,7 +86,8 @@ in
mutableUsers = false;
users."${user}" = {
isNormalUser = true;
hashedPasswordFile = password;
# hashedPasswordFile = password;
password = "BogieDudie1";
extraGroups = [
"wheel"
"docker"
@@ -101,4 +106,6 @@ in
};
users.root.shell = pkgs.zsh;
};
zramSwap.enable = true;
}