fix: change ./file imports to ./file.nix
This commit is contained in:
parent
4fee15ce51
commit
15763e5d49
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [ ./xserver ];
|
||||
imports = [ ./xserver.nix ];
|
||||
|
||||
services.xserver.windowManager.qtile.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue