chore: update flake.lock file

This commit is contained in:
Artur Manuel 2024-11-02 17:48:54 +00:00
commit 758d83afbe
15 changed files with 551 additions and 104 deletions

View file

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