mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +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";
|
system = "x86_64-darwin";
|
||||||
specialArgs = { };
|
specialArgs = { };
|
||||||
modules = [
|
modules = [
|
||||||
globals
|
(globals // { user = "Noah.Masur"; })
|
||||||
home-manager.darwinModules.home-manager
|
home-manager.darwinModules.home-manager
|
||||||
{
|
{
|
||||||
user = "Noah.Masur";
|
|
||||||
gui.enable = true;
|
gui.enable = true;
|
||||||
gui.colorscheme = (import ../modules/colorscheme/gruvbox);
|
gui.colorscheme = (import ../../modules/colorscheme/gruvbox);
|
||||||
nixpkgs.overlays = [ nur.overlay ];
|
nixpkgs.overlays = [ nur.overlay ];
|
||||||
}
|
}
|
||||||
../common.nix
|
../common.nix
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ config, ... }: {
|
{ config, lib, ... }: {
|
||||||
|
|
||||||
home-manager.users.${config.user} = {
|
home-manager.users.${config.user} = {
|
||||||
|
|
||||||
|
@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
home-manager.users.${config.user} = {
|
home-manager.users.${config.user} = {
|
||||||
|
|
||||||
|
programs.fish.shellAbbrs.t = "trash";
|
||||||
|
|
||||||
home.activation = {
|
home.activation = {
|
||||||
|
|
||||||
# Always install homebrew if it doesn't exist
|
# Always install homebrew if it doesn't exist
|
||||||
|
Loading…
Reference in New Issue
Block a user