aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/trusted/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/trusted/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 '')
-rw-r--r--users/fcuny/trusted/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/users/fcuny/trusted/default.nix b/users/fcuny/trusted/default.nix
deleted file mode 100644
index 575d3e6..0000000
--- a/users/fcuny/trusted/default.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
- imports = [
- ./email.nix
- ./git.nix
- ./pass.nix
- ./pgp.nix
- ];
-}