aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-06-18 15:43:12 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-06-18 15:43:12 +0530
commit47d419e46aea94a1fee788003a27770eab11329c (patch)
tree8fc090d2f46a403a48ca389321a1e82978721d00 /flake.nix
parente8e5ed4f7e684ee38a5f20162053e68f2911ff1e (diff)
custom made my nvim config
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2b33f8f..d7c906f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -60,6 +60,12 @@
enable = true;
minecraft = true;
};
+
+ # TODO
+ sessions = {
+ plasma_x11 = true;
+ hyprland_wayland = true;
+ };
dualbootedwithwindows = false;
# This is where I have keep the dotfiles folder, replace it accordingly
@@ -76,7 +82,7 @@
inherit quickshell inputs system
username hostname unstable symlinkRoot
opt languages terminalworkspace
- dualbootedwithwindows games;
+ dualbootedwithwindows games sessions;
};
modules = [