remove odd .././ construction

This commit is contained in:
Haak Saxberg 2022-08-01 00:25:44 -07:00
parent 9be3527af1
commit f80dcc5f25

View file

@ -31,7 +31,7 @@ in
{ {
imports = [ (import ./commandline.nix) ]; imports = [ (import ./commandline.nix) ];
nixpkgs.overlays = [ (import .././overlays/paperwm.nix) ]; nixpkgs.overlays = [ (import ../overlays/paperwm.nix) ];
home = { home = {
packages = defaultPkgs ++ gnomePkgs; packages = defaultPkgs ++ gnomePkgs;