.dotfiles/.config/nixpkgs/portalo-tobias.nix

12 lines
152 B
Nix
Raw Normal View History

2023-01-29 00:57:35 +00:00
{ config, pkgs, ... }:
{
home.username = "tobias";
home.homeDirectory = "/home/tobias";
imports = [
./common.nix
./graphical.nix
];
}