adding some things
This commit is contained in:
parent
4c60fcb238
commit
4c25000f23
7 changed files with 150 additions and 17 deletions
|
@ -23,6 +23,11 @@
|
|||
# url = "github:hyprwm/hyprland-plugins";
|
||||
# inputs.hyprland.follows = "hyprland";
|
||||
# };
|
||||
radicle = {
|
||||
type = "git";
|
||||
url = "https://seed.radicle.garden/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
eww = {
|
||||
url = "github:elkowar/eww";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -69,6 +74,7 @@
|
|||
eww,
|
||||
ags,
|
||||
stylix,
|
||||
radicle,
|
||||
rust-overlay, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue