summaryrefslogtreecommitdiff
path: root/nixpkgs/lindy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/lindy.nix')
-rw-r--r--nixpkgs/lindy.nix2
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";