diff options
Diffstat (limited to 'nixpkgs')
-rw-r--r-- | nixpkgs/lindy.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/lindy.nix b/nixpkgs/lindy.nix index 66cb4f9..61bec7b 100644 --- a/nixpkgs/lindy.nix +++ b/nixpkgs/lindy.nix @@ -1,5 +1,5 @@ { pkgs, ... }: { - imports = [ ./common.nix ]; + imports = [ ./common.nix ./wmonly.nix ]; home.homeDirectory = "/home/lx"; xdg.userDirs.download = "/home/lx/Downloads"; |