chore: update lock file
This commit is contained in:
parent
9c64f21bbc
commit
0226353025
17 changed files with 425 additions and 86 deletions
12
flake.nix
12
flake.nix
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue