remove odd .././ construction
This commit is contained in:
parent
9be3527af1
commit
f80dcc5f25
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue