summaryrefslogtreecommitdiff
path: root/home/ebisu/core/system/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-23 03:22:25 -0700
committerFuwn <[email protected]>2024-10-23 03:22:25 -0700
commit5da05d40ecce5d6b70af5d7fedbec2f706fab597 (patch)
tree54b5418c3440e6a5a68cbff62546cd4cc3139195 /home/ebisu/core/system/default.nix
parenthome: move encryption subset to shared (diff)
downloadnixos-config-5da05d40ecce5d6b70af5d7fedbec2f706fab597.tar.xz
nixos-config-5da05d40ecce5d6b70af5d7fedbec2f706fab597.zip
home: move system subset to shared
Diffstat (limited to 'home/ebisu/core/system/default.nix')
-rw-r--r--home/ebisu/core/system/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/home/ebisu/core/system/default.nix b/home/ebisu/core/system/default.nix
index ffa08f2..6c9a64c 100644
--- a/home/ebisu/core/system/default.nix
+++ b/home/ebisu/core/system/default.nix
@@ -1,13 +1,6 @@
-{ pkgs, ... }:
{
imports = [
./encryption
- ./fonts
./xdg.nix
];
-
- home.packages = with pkgs; [
- gnome-logs
- procs
- ];
}