summaryrefslogtreecommitdiff
path: root/home/ebisu/core/system/default.nix
diff options
context:
space:
mode:
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
- ];
}