diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-08 17:00:00 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-08 17:00:00 -0700 |
| commit | 364520a9eb1d10f3a8af0b1364ff1498221ddc5a (patch) | |
| tree | 4e212f28e4467a59d55f4508a7432a8d6dc6ca2e /users/fcuny/default.nix | |
| parent | carmel: configure the desktop properly (diff) | |
| download | infra-364520a9eb1d10f3a8af0b1364ff1498221ddc5a.tar.gz | |
remove old 'trusted' modules
All of them are now under home/
Diffstat (limited to 'users/fcuny/default.nix')
| -rw-r--r-- | users/fcuny/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/fcuny/default.nix b/users/fcuny/default.nix index cf70f50..67238db 100644 --- a/users/fcuny/default.nix +++ b/users/fcuny/default.nix @@ -1,8 +1,7 @@ { config, lib, pkgs, isDesktop, isTrusted, ... }: { - imports = [ ./cli ./devel ] ++ (if isDesktop then [ ./desktop ] else [ ]) - ++ (if isTrusted then [ ./trusted ] else [ ]); + imports = [ ./cli ./devel ] ++ (if isDesktop then [ ./desktop ] else [ ]); programs.home-manager.enable = true; |
