Test relative path specification
This commit is contained in:
parent
b09946d1e7
commit
0c4995643b
1 changed files with 5 additions and 5 deletions
|
@ -69,11 +69,11 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
/mnt/nixos-conf/base.nix
|
../base.nix
|
||||||
/mnt/nixos-conf/vili.nix
|
../vili.nix
|
||||||
/mnt/nixos-conf/desktop.nix
|
../desktop.nix
|
||||||
/mnt/nixos-conf/development.nix
|
../development.nix
|
||||||
/mnt/nixos-conf/machine-confs/libinput.nix
|
./libinput.nix
|
||||||
];
|
];
|
||||||
disabledModules = [ "services/x11/hardware/libinput.nix" ];
|
disabledModules = [ "services/x11/hardware/libinput.nix" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue