aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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;