.dotfiles/.config/home-manager/home.nix##hostname.portable,user.serguzim

12 lines
152 B
Plaintext
Raw Normal View History

2023-03-06 12:14:37 +00:00
{ config, pkgs, ... }:
{
home.username = "tobias";
home.homeDirectory = "/home/tobias";
imports = [
./common.nix
./graphical.nix
];
}