mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
refactor: simplify hardware config filename
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
../common
|
||||
../../modules/nixos/uptime-kuma.nix
|
||||
];
|
||||
|
@ -11,7 +11,7 @@
|
||||
inputs.disko.nixosModules.default
|
||||
|
||||
(import ./disko.nix {device = "/dev/nvme0n1";})
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
|
||||
../common
|
||||
../../modules/nixos/desktop
|
||||
|
@ -9,7 +9,7 @@
|
||||
inputs.disko.nixosModules.default
|
||||
|
||||
(import ./disko.nix {device = "/dev/nvme0n1";})
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
|
||||
../common
|
||||
../../modules/nixos/desktop
|
||||
|
@ -4,7 +4,7 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
../common
|
||||
|
||||
../../modules/nixos/adguard.nix
|
||||
|
Reference in New Issue
Block a user