aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-08 17:00:00 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-08 17:00:00 -0700
commit364520a9eb1d10f3a8af0b1364ff1498221ddc5a (patch)
tree4e212f28e4467a59d55f4508a7432a8d6dc6ca2e /users/fcuny/default.nix
parentcarmel: configure the desktop properly (diff)
downloadinfra-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.nix3
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;