mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 23:10:13 +00:00
more darwin cleanup
This commit is contained in:
@ -5,24 +5,17 @@ darwin.lib.darwinSystem {
|
||||
system = "x86_64-darwin";
|
||||
specialArgs = { };
|
||||
modules = [
|
||||
globals
|
||||
home-manager.darwinModules.home-manager
|
||||
{
|
||||
user = "Noah.Masur";
|
||||
fullName = globals.fullName;
|
||||
gitEmail = globals.gitEmail;
|
||||
mailServer = globals.mailServer;
|
||||
dotfilesRepo = globals.dotfilesRepo;
|
||||
dotfilesPath = "/Users/Noah.Masur/dev/dotfiles";
|
||||
gui = {
|
||||
enable = true;
|
||||
colorscheme = globals.gui.colorscheme;
|
||||
};
|
||||
gui.enable = true;
|
||||
gui.colorscheme = (import ../modules/colorscheme/gruvbox);
|
||||
nixpkgs.overlays = [ nur.overlay ];
|
||||
}
|
||||
../common.nix
|
||||
../../modules/darwin
|
||||
../../modules/applications/alacritty.nix
|
||||
../../modules/applications/discord.nix
|
||||
../../modules/applications/obsidian.nix
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user