mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
darwin fixes after merge
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user