Update README.md

This commit is contained in:
zen
2025-08-26 14:25:35 +02:00
committed by GitHub
parent 863107670c
commit 07fcd29842
+6 -1
View File
@@ -113,7 +113,12 @@ nix run github:noctalia-dev/noctalia-shell
noctalia = {
url = "github:noctalia-dev/noctalia-shell";
inputs.nixpkgs.follows = "nixpkgs";
}
}
quickshell = {
url = "github:outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
}
}
```