add regreet
This commit is contained in:
parent
48ad8a3fdf
commit
16e9c62f76
13 changed files with 406 additions and 303 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
nur.url = "github:/nix-community/NUR";
|
||||
|
||||
nix-std.url = "github:chessai/nix-std";
|
||||
|
||||
eww = {
|
||||
url = "github:elkowar/eww";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -57,6 +59,7 @@
|
|||
hyprland,
|
||||
nix-index-database,
|
||||
nix-rice,
|
||||
nix-std,
|
||||
...
|
||||
} @ inputs: let
|
||||
inherit (self) outputs;
|
||||
|
@ -64,7 +67,6 @@
|
|||
"x86_64-linux"
|
||||
];
|
||||
in rec {
|
||||
|
||||
overlays = import ./overlay.nix {inherit inputs;};
|
||||
|
||||
nixosConfigurations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue