initial macos setup
This commit is contained in:
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
|
||||
];
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user