[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
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ pkgs, ... }: {
{ pkgs, device, ... }: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
./ryu.nix
];
security.polkit.enable = true;