From 154093573c13cdba63a6077710f4e09ccbe2ade3 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 2 Feb 2026 13:29:35 +0100 Subject: refactored + added README --- hardware-configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hardware-configuration.nix') diff --git a/hardware-configuration.nix b/hardware-configuration.nix index f68e8fe..0dc8341 100755 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -1,4 +1,4 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ +# Do not modify this file! It was generated by 'nixos-generate-config' # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. { config, lib, pkgs, modulesPath, ... }: @@ -6,7 +6,6 @@ { imports = [ (modulesPath + "/installer/scan/not-detected.nix") - ./modules/home/hyprland/hyprland.nix ]; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" ]; -- cgit v1.2.3