summaryrefslogtreecommitdiff
path: root/hardware-configuration.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-02 13:29:35 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-02 13:29:35 +0100
commit154093573c13cdba63a6077710f4e09ccbe2ade3 (patch)
tree9c2ca48491bfb40665c00480f7f3ed0a8f5c1194 /hardware-configuration.nix
parent284c440ee9586ea45af55ab1cee1b7f26beda204 (diff)
refactored + added README
Diffstat (limited to 'hardware-configuration.nix')
-rwxr-xr-xhardware-configuration.nix3
1 files changed, 1 insertions, 2 deletions
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" ];