Add starter config for macbook
This commit is contained in:
parent
29cbb48650
commit
ecd1a5f29b
18
home/Monarch-tux.nix
Normal file
18
home/Monarch-tux.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./env
|
||||
./tui
|
||||
./gui/kitty.nix
|
||||
];
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
home.username = "tux";
|
||||
home.homeDirectory = "/Users/tux";
|
||||
|
||||
programs.git = {
|
||||
userEmail = "evie@xenia.me.uk";
|
||||
};
|
||||
|
||||
home.stateVersion = "22.11";
|
||||
}
|
Loading…
Reference in a new issue