aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-08 17:00:26 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-08 17:00:26 -0700
commitddefeb813b84e5d0f76c974fd9b8df9ebc9636a4 (patch)
tree6abdf1486e6c15bdbc854f42402f23a866d19403 /users/fcuny/default.nix
parentremove old 'trusted' modules (diff)
downloadinfra-ddefeb813b84e5d0f76c974fd9b8df9ebc9636a4.tar.gz
delete all devel modules
They are all under home/ now
Diffstat (limited to '')
-rw-r--r--users/fcuny/default.nix2
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;