add regreet

This commit is contained in:
atagen 2023-06-20 15:34:48 +10:00
parent 48ad8a3fdf
commit 16e9c62f76
13 changed files with 406 additions and 303 deletions

View file

@ -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 = {