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.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/home/ebisu/core/system/default.nix b/home/ebisu/core/system/default.nix
new file mode 100644
index 0000000..ffa08f2
--- /dev/null
+++ b/home/ebisu/core/system/default.nix
@@ -0,0 +1,13 @@
+{ pkgs, ... }:
+{
+ imports = [
+ ./encryption
+ ./fonts
+ ./xdg.nix
+ ];
+
+ home.packages = with pkgs; [
+ gnome-logs
+ procs
+ ];
+}