Cleanup some stuff

This commit is contained in:
Tobias Reisinger 2023-01-29 00:57:35 +00:00
commit ccd4c85027
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 45 additions and 44 deletions

View file

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