feat: add mango lavender

This commit is contained in:
Moritz Böhme 2025-08-26 20:02:30 +02:00
parent 87244037dd
commit ab62eb6567
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 3556 additions and 40 deletions

View file

@ -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";