feat: add mango lavender
This commit is contained in:
parent
87244037dd
commit
ab62eb6567
3 changed files with 3556 additions and 40 deletions
24
flake.nix
24
flake.nix
|
|
@ -39,6 +39,12 @@
|
|||
'';
|
||||
runtimeInputs = [pkgs.jq];
|
||||
})
|
||||
(pkgs.writeShellApplication {
|
||||
name = "blah";
|
||||
text = ''
|
||||
'';
|
||||
runtimeInputs = [];
|
||||
})
|
||||
];
|
||||
};
|
||||
zola = let
|
||||
|
|
@ -115,6 +121,20 @@
|
|||
"input"
|
||||
];
|
||||
};
|
||||
user-mangoiv = {
|
||||
module = {
|
||||
name = "users";
|
||||
input = "clan-core";
|
||||
};
|
||||
roles.default.tags.all = {};
|
||||
roles.default.settings.user = "mangoiv";
|
||||
roles.default.settings.groups = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"video"
|
||||
"input"
|
||||
];
|
||||
};
|
||||
user-root = {
|
||||
module = {
|
||||
name = "users";
|
||||
|
|
@ -132,6 +152,10 @@
|
|||
master.url = "github:nixos/nixpkgs";
|
||||
stable.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
|
||||
mango.url = "git+https://git.mangoiv.com/mangoiv/dotfiles.git";
|
||||
nixos-hardware.url = "github:nixos/nixos-hardware";
|
||||
lanzaboote.url = "github:nix-community/lanzaboote/v0.4.2";
|
||||
|
||||
# New flake-parts input
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue