diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 11:00:53 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 11:00:53 +0100 |
| commit | 9a023a2c5805deda8c4b314c5aec7ff401e9b04f (patch) | |
| tree | ea2a4377f53f3a1f2331e21820eaa657616195e5 /hardware-configuration.nix | |
| parent | 6aa29d12ff9cdec1f5d722c2be9d68e506f7d52d (diff) | |
added required packages for hyprland
Diffstat (limited to 'hardware-configuration.nix')
| -rwxr-xr-x | hardware-configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 8419d66..f68e8fe 100755 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -4,8 +4,9 @@ { config, lib, pkgs, modulesPath, ... }: { - imports = - [ (modulesPath + "/installer/scan/not-detected.nix") + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + ./modules/home/hyprland/hyprland.nix ]; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" ]; |
