mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 21:29:12 +02:00
wip: host generation
This commit is contained in:
parent
ff8dd91aef
commit
f6d2ff1544
3 changed files with 189 additions and 2 deletions
12
flake/den.nix
Normal file
12
flake/den.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ self, inputs, ... }:
|
||||
let
|
||||
inherit (self.outputs) lib;
|
||||
in
|
||||
{
|
||||
imports = [ inputs.den.flakeModule ];
|
||||
|
||||
den = {
|
||||
schema.user.classes = lib.mkDefault [ "homeManager" ];
|
||||
default.homeManager.home.stateVersion = "23.05";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue