chore: update flake.lock file
This commit is contained in:
parent
9f7da75624
commit
758d83afbe
15 changed files with 551 additions and 104 deletions
14
flake.nix
14
flake.nix
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue