aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-03 17:45:46 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-03 17:45:46 +0530
commit5389f75cb8d9ede6805e5e27bbfb7b7b5b2baa95 (patch)
tree62fc703953010667db58eebb332fbe6208c39960 /flake.nix
parentbfb88193d8cad15829f625f03fe34bcbd479b2b2 (diff)
chore: it's been a while since i updated a lot of things
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index d7c906f..48e75b1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;