summaryrefslogtreecommitdiff
path: root/mun.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-02 11:00:53 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-02 11:00:53 +0100
commit9a023a2c5805deda8c4b314c5aec7ff401e9b04f (patch)
treeea2a4377f53f3a1f2331e21820eaa657616195e5 /mun.nix
parent6aa29d12ff9cdec1f5d722c2be9d68e506f7d52d (diff)
added required packages for hyprland
Diffstat (limited to 'mun.nix')
-rwxr-xr-xmun.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/mun.nix b/mun.nix
index 3be52b4..6c6144a 100755
--- a/mun.nix
+++ b/mun.nix
@@ -3,6 +3,7 @@
{
imports = [
./modules/home/hyprland/default.nix
+ ./modules/home/i3wm/default.nix
];
home = {
username = "mun";