aboutsummaryrefslogtreecommitdiff
path: root/host/idefix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/idefix.nix')
-rw-r--r--host/idefix.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/host/idefix.nix b/host/idefix.nix
new file mode 100644
index 0000000..484f643
--- /dev/null
+++ b/host/idefix.nix
@@ -0,0 +1,11 @@
+{ pkgs, ... }:
+
+{
+ imports = [
+ ../gui/default.nix
+ ];
+
+ home.packages = with pkgs; [
+ gnome3.gnome-tweaks
+ ];
+}