diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-06-18 15:43:12 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-06-18 15:43:12 +0530 |
| commit | 47d419e46aea94a1fee788003a27770eab11329c (patch) | |
| tree | 8fc090d2f46a403a48ca389321a1e82978721d00 /flake.nix | |
| parent | e8e5ed4f7e684ee38a5f20162053e68f2911ff1e (diff) | |
custom made my nvim config
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 = [ |
