[YUKARI] Initialise

This commit is contained in:
Kat Inskip 2023-04-24 19:13:15 -07:00
parent 572dd0e4db
commit aa266cc383
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
28 changed files with 877 additions and 614 deletions

View file

@ -1,4 +1,8 @@
{inputs, pkgs, ...}:
{
inputs,
pkgs,
...
}:
(inputs.tree.tree {
inherit inputs;
folder = ./.;
@ -54,7 +58,7 @@
[
nix-index-database.nixosModules.nix-index
home-manager.nixosModules.home-manager
ragenix.nixosModules.age
sops-nix.nixosModules.sops
]
++ (with (import (inputs.arcexprs + "/modules")).nixos; [
base16
@ -67,7 +71,6 @@
enable = true;
external = with inputs; [
home-manager.darwinModules.home-manager
ragenix.nixosModules.age
];
};
};
@ -80,7 +83,6 @@
]
++ (with (import (inputs.arcexprs + "/modules")).home-manager; [
base16
swaylock
i3gopher
konawall
]);