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

12 lines
152 B
Plaintext

{ config, pkgs, ... }:
{
home.username = "tobias";
home.homeDirectory = "/home/tobias";
imports = [
./common.nix
./graphical.nix
];
}