Improve yadm and other configs

This commit is contained in:
Tobias Reisinger 2023-10-19 02:20:28 +02:00
parent 0ca2831d05
commit d1094ae994
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 24 additions and 7 deletions

View file

@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
home.username = "tobias";
home.homeDirectory = "/home/tobias";
imports = [
./common.nix
./graphical.nix
];
}