add quickshell to flake
This commit is contained in:
parent
1b120e6381
commit
fcf9e48a5e
21
flake.lock
21
flake.lock
|
@ -3151,6 +3151,26 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"quickshell": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1736248279,
|
||||
"narHash": "sha256-P0uL09P3g82PLqw3IRfPCgd/uWNyrj71bnOH29GmHEM=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "2c411fce5a7d7e0708be1cee875bb3547f40887d",
|
||||
"revCount": 454,
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||
}
|
||||
},
|
||||
"rnix-lsp": {
|
||||
"inputs": {
|
||||
"naersk": "naersk",
|
||||
|
@ -3185,6 +3205,7 @@
|
|||
"nixpkgs": "nixpkgs_6",
|
||||
"nixpkgs-stable": "nixpkgs-stable_3",
|
||||
"nvf": "nvf",
|
||||
"quickshell": "quickshell",
|
||||
"rose-pine-hyprcursor": "rose-pine-hyprcursor",
|
||||
"sops-nix": "sops-nix"
|
||||
}
|
||||
|
|
|
@ -31,6 +31,10 @@
|
|||
url = "github:Aylur/ags";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
quickshell = {
|
||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs"; # Keep this
|
||||
};
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
hyprpaper.url = "github:hyprwm/hyprpaper";
|
||||
rose-pine-hyprcursor.url = "github:ndom91/rose-pine-hyprcursor";
|
||||
|
@ -40,7 +44,8 @@
|
|||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, NixOS-WSL, agenix, emacs-overlay
|
||||
, hyprland, hyprpaper, ags, nvf, colmena, nix-minecraft, ... }@inputs:
|
||||
, hyprland, hyprpaper, ags, nvf, colmena, nix-minecraft, quickshell, ...
|
||||
}@inputs:
|
||||
let
|
||||
inherit (self) outputs;
|
||||
inherit (colmena.lib) makeHive;
|
||||
|
|
Loading…
Reference in a new issue