diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-05 22:22:45 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-05 22:22:45 +0530 |
commit | 7437a37e9ae174033e336e5d29f435ec78df27e0 (patch) | |
tree | 6d2a22b17a23b1136649173ed5d487bcbbfdf4ae /home/cez/home.nix | |
parent | 1368cff428c3eb2112afeb53f4756bfdddaff363 (diff) |
home/wayland/pkgs/wayland-scripts/freezshot: init
Diffstat (limited to 'home/cez/home.nix')
-rw-r--r-- | home/cez/home.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home/cez/home.nix b/home/cez/home.nix index bba7bd9..018c19c 100644 --- a/home/cez/home.nix +++ b/home/cez/home.nix @@ -1,3 +1,6 @@ { ... }: { - imports = [ ../pc/home.nix ]; + imports = [ + ../pc/home.nix + ./modules/wayland.nix + ]; } |