mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 18:05:37 +00:00
darwin fixes after merge
This commit is contained in:
parent
2f58396c61
commit
98dcc471b4
@ -5,12 +5,11 @@ darwin.lib.darwinSystem {
|
||||
system = "x86_64-darwin";
|
||||
specialArgs = { };
|
||||
modules = [
|
||||
globals
|
||||
(globals // { user = "Noah.Masur"; })
|
||||
home-manager.darwinModules.home-manager
|
||||
{
|
||||
user = "Noah.Masur";
|
||||
gui.enable = true;
|
||||
gui.colorscheme = (import ../modules/colorscheme/gruvbox);
|
||||
gui.colorscheme = (import ../../modules/colorscheme/gruvbox);
|
||||
nixpkgs.overlays = [ nur.overlay ];
|
||||
}
|
||||
../common.nix
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, ... }: {
|
||||
{ config, lib, ... }: {
|
||||
|
||||
home-manager.users.${config.user} = {
|
||||
|
||||
|
@ -30,6 +30,8 @@
|
||||
|
||||
home-manager.users.${config.user} = {
|
||||
|
||||
programs.fish.shellAbbrs.t = "trash";
|
||||
|
||||
home.activation = {
|
||||
|
||||
# Always install homebrew if it doesn't exist
|
||||
|
Loading…
Reference in New Issue
Block a user