This commit is contained in:
2025-11-12 06:56:25 +01:00
parent dfc0be0ba0
commit 0268623e13
4 changed files with 73 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
inputs.nur.overlays.default
inputs.m3ta-nixpkgs.overlays.default
inputs.m3ta-nixpkgs.overlays.modifications
inputs.nixgl.overlay
# Add stable as an overlay for home-manager
(final: _prev: {
stable = import inputs.nixpkgs {

View File

@@ -27,6 +27,7 @@
home.packages = with pkgs; [
rose-pine-hyprcursor
nitch
nixgl
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello