diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-03 17:45:46 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-03 17:45:46 +0530 |
| commit | 5389f75cb8d9ede6805e5e27bbfb7b7b5b2baa95 (patch) | |
| tree | 62fc703953010667db58eebb332fbe6208c39960 /flake.nix | |
| parent | bfb88193d8cad15829f625f03fe34bcbd479b2b2 (diff) | |
chore: it's been a while since i updated a lot of things
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -43,10 +43,10 @@ languages = { c = true; asm = true; - lua = true; + lua = true; # needed for nvim + go = true; # needed for hypr-zoom python = false; - go = true; beam = false; javascript = false; rust = false; @@ -61,9 +61,8 @@ minecraft = true; }; - # TODO sessions = { - plasma_x11 = true; + plasma_x11 = true; # this is entirely backup, there is no rice here hyprland_wayland = true; }; dualbootedwithwindows = false; |
