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