upd file name

This commit is contained in:
biscuit
2025-05-20 21:29:10 -05:00
parent f2a1604009
commit de69800662
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
}: { }: {
imports = [ imports = [
../../modules/biscuit/editor.nix ../../modules/biscuit/editor.nix
../../modules/biscuit/xserver.nix ../../modules/biscuit/display-manager.nix
../../modules/biscuit/misc.nix ../../modules/biscuit/misc.nix
]; ];
+1 -1
View File
@@ -8,7 +8,7 @@
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
../../modules/system.nix ../../modules/system.nix
../../modules/xserver.nix ../../modules/display-manager.nix
../../modules/optional.nix ../../modules/optional.nix
]; ];