wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-24 23:45:43 +01:00
parent d7649ff7ee
commit a8b5298679
5 changed files with 25 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ _config, pkgs, ... }:
{ _config, pkgs, inputs, ... }:
{
home.username = "dennis";
@ -36,6 +36,8 @@
gimp
];
modules = [ inputs.ironbar.homeManagerModules.default ];
imports = [
../modules/ssh
../modules/git