initial macos setup
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
home.username = "remy";
|
||||
home.homeDirectory = "/home/remy";
|
||||
|
||||
|
||||
## Utils relevant to this user only
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
32
users/remy_macos/default.nix
Normal file
32
users/remy_macos/default.nix
Normal file
@@ -0,0 +1,32 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
with lib.hm.gvariant;
|
||||
{
|
||||
config = {
|
||||
home.stateVersion = "24.05";
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user.name = "Remy Moll";
|
||||
user.email = "remy.moll@artidis.com";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
imports = [
|
||||
|
||||
../../modules/home-manager/browser.nix
|
||||
../../modules/home-manager/code.nix
|
||||
|
||||
../../modules/home-manager/dev.nix
|
||||
../../modules/home-manager/fish.nix
|
||||
|
||||
../../modules/home-manager/kubectl.nix
|
||||
../../modules/home-manager/nh.nix
|
||||
../../modules/home-manager/work
|
||||
];
|
||||
|
||||
|
||||
}
|
||||
@@ -27,6 +27,7 @@ with lib.hm.gvariant;
|
||||
../../modules/home-manager/kubectl.nix
|
||||
../../modules/home-manager/obsidian.nix
|
||||
../../modules/home-manager/owncloud-client.nix
|
||||
../../modules/home-manager/nh.nix
|
||||
../../modules/home-manager/ssh.nix
|
||||
../../modules/home-manager/stylix.nix
|
||||
../../modules/home-manager/thunderbird.nix
|
||||
|
||||
@@ -30,6 +30,7 @@ with lib.hm.gvariant;
|
||||
../../modules/home-manager/kitty.nix
|
||||
../../modules/home-manager/kubectl.nix
|
||||
../../modules/home-manager/launcher.nix
|
||||
../../modules/home-manager/nh.nix
|
||||
../../modules/home-manager/obsidian.nix
|
||||
../../modules/home-manager/owncloud-client.nix
|
||||
../../modules/home-manager/quickshell
|
||||
|
||||
Reference in New Issue
Block a user