initial commit

This commit is contained in:
2026-04-29 22:44:55 +02:00
commit ff84a4daf8
6 changed files with 1071 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {};
}