lots of meow

This commit is contained in:
2026-07-18 11:08:32 +01:00
parent 0c6b788345
commit 4da3b6c50f
6 changed files with 127 additions and 67 deletions
+6 -2
View File
@@ -98,11 +98,11 @@
# pear-desktop
prismlauncher
# deadlock-mod-manager
inputs.nik-pkgs.packages.x86_64-linux.grimorie
inputs.nik-pkgs.packages.x86_64-linux.grimoire
# gamescope
android-studio
blender
tetrio-plus
# (tetrio-desktop.override { withTetrioPlus = true; })
# bottles
# pi-coding-agent
# orca-slicer's wrapGAppsHook does not actually wrap the installed
@@ -125,6 +125,7 @@
--set WEBKIT_DISABLE_DMABUF_RENDERER 1
'';
})
# prusa-slicer
];
programs.lutris.enable = true;
nixpkgs.overlays = [
@@ -137,6 +138,9 @@
})
];
nixpkgs.config.allowUnfree = true;
nixpkgs.config.problems.handlers = {
tetrio-plus.broken = "warn";
};
programs.home-manager.enable = true;
};
};