diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-10 19:35:09 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-10 19:35:09 -0800 |
commit | 420eb47a415a57e6498610e4806b13543a1cdf06 (patch) | |
tree | c0846487afd8a04fadaa5e6432de4d26f24b0c14 | |
parent | lib: remove in-existing module (diff) | |
download | world-420eb47a415a57e6498610e4806b13543a1cdf06.tar.gz |
users: we need to include desktop too
-rw-r--r-- | users/fcuny/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/fcuny/default.nix b/users/fcuny/default.nix index 21413e0..fce7d70 100644 --- a/users/fcuny/default.nix +++ b/users/fcuny/default.nix @@ -21,5 +21,6 @@ ./go.nix ./tmux.nix ./zsh.nix + ./desktop.nix ]; } |