diff options
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; |
