Improve yadm and other configs
This commit is contained in:
parent
0ca2831d05
commit
d1094ae994
9 changed files with 24 additions and 7 deletions
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "tobias";
|
||||
home.homeDirectory = "/home/tobias";
|
||||
|
||||
imports = [
|
||||
./common.nix
|
||||
./graphical.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue