diff --git a/home/Monarch-tux.nix b/home/Monarch-tux.nix new file mode 100644 index 00000000..1bc953eb --- /dev/null +++ b/home/Monarch-tux.nix @@ -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"; +}