Should probably put that in the right place to not crap it out huh

This commit is contained in:
Lillian Violet 2024-06-19 15:39:03 +02:00
parent bb062aa802
commit d8965c551c

View file

@ -63,6 +63,11 @@
zjstatus.url = "github:dj95/zjstatus";
# Fix for steam cursor not being visible under wayland
# Add any other flake you might need
# hardware.url = "github:nixos/nixos-hardware";
};
nixConfig = {
extra-substituters = [
"https://nix-community.cachix.org"
@ -78,12 +83,6 @@
];
};
# Fix for steam cursor not being visible under wayland
# Add any other flake you might need
# hardware.url = "github:nixos/nixos-hardware";
};
outputs = {
self,
nixpkgs,