diff options
Diffstat (limited to 'home/cez')
-rw-r--r-- | home/cez/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/cez/home.nix b/home/cez/home.nix index a97ce83..bba7bd9 100644 --- a/home/cez/home.nix +++ b/home/cez/home.nix @@ -1,3 +1,3 @@ { ... }: { - imports = [ ../wayland/home.nix ]; + imports = [ ../pc/home.nix ]; } |