chore: update lock file

This commit is contained in:
Artur Manuel 2024-10-29 15:37:11 +00:00
commit 0226353025
17 changed files with 425 additions and 86 deletions

View file

@ -28,6 +28,18 @@
owner = "notashelf";
repo = "wallpkgs";
};
astal = {
type = "github";
owner = "aylur";
repo = "astal";
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = {
type = "git";
url = "https://git.outfoxxed.me/quickshell/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
pankomacs.url = "git+https://codeberg.org/amadaluzia/pankomacs.git";
};
outputs = inputs @ {
nixpkgs,