[feat] Rename hardware-configuration.nix

This commit is contained in:
uttarayan21
2024-03-04 17:58:01 +05:30
parent 76abda4d79
commit a72249a1be
2 changed files with 2 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
# Edit this configuration file to define what should be installed on # Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ pkgs, ... }: { { pkgs, device, ... }: {
imports = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./ryu.nix
]; ];
security.polkit.enable = true; security.polkit.enable = true;