Compare commits

..

1 commit

Author SHA1 Message Date
960fb89c64
fix: disable stylix nixvim styling in hm config
Some checks failed
/ check (push) Failing after 37s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Failing after 2s
/ build (nvim) (push) Successful in 9s
Apparently its still being styled???
2024-11-21 21:48:04 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ _: {
pkgs.just
self'.packages.nvim
];
QEMU_OPTS_WL = "-enable-kvm -nodefaults -m 4G -cpu host -smp 4 -device virtio-gpu";
QEMU_OPTS_WL = "--enable-kvm -smp 4 -device virtio-gpu-rutabaga,gfxstream-vulkan=on,cross-domain=on,hostmem=2G,wsi=headless";
};
};
}

View file

@ -33,7 +33,7 @@ in
(lib.mkIf (cfg.enable && cfg.styling.enable) {
stylix = {
enable = true;
targets.nixvim.enable = false; # I prefer doing it myself
programs.nixvim.enable = false; # I prefer doing it myself
};
})
(lib.mkIf cfg.enable {