aboutsummaryrefslogtreecommitdiff
path: root/hardware-configuration.nix
diff options
context:
space:
mode:
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" ];