Merge branch 'main' of codeberg.org:dnscio/nix-config
This commit is contained in:
commit
1d584074b0
8 changed files with 185 additions and 82 deletions
|
|
@ -57,6 +57,7 @@
|
|||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILvXWZOPOJJDAoF+Sx/ZLoAVu6G/7/MAWoknBgMAzjul dennis@dnsc-mac"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKnmuxDkpDIku5t1Tykz21u78xoQ7LJR8JEcfth32LGu dennis@dnsc-work"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@
|
|||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILvXWZOPOJJDAoF+Sx/ZLoAVu6G/7/MAWoknBgMAzjul dennis@dnsc-mac"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKnmuxDkpDIku5t1Tykz21u78xoQ7LJR8JEcfth32LGu dennis@dnsc-work"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
inputs.home-manager.darwinModules.home-manager
|
||||
../../home/modules/aerospace
|
||||
../../home/modules/aerospace/work.nix
|
||||
];
|
||||
|
||||
# Setting the user
|
||||
|
|
@ -44,6 +44,7 @@
|
|||
prettierd
|
||||
atuin
|
||||
nil
|
||||
nurl
|
||||
];
|
||||
|
||||
# Homebrew
|
||||
|
|
@ -51,7 +52,7 @@
|
|||
enable = true;
|
||||
|
||||
onActivation = {
|
||||
autoUpdate = false;
|
||||
autoUpdate = true;
|
||||
cleanup = "zap";
|
||||
};
|
||||
|
||||
|
|
@ -68,7 +69,7 @@
|
|||
"yt-dlp"
|
||||
"zoxide"
|
||||
"sqlite"
|
||||
"rsync"
|
||||
# "rsync" -> Can't install due to: https://github.com/fastlane/fastlane/discussions/27962
|
||||
"fnm"
|
||||
"imagemagick"
|
||||
"todo-txt"
|
||||
|
|
@ -83,12 +84,13 @@
|
|||
"librsvg"
|
||||
"pixman"
|
||||
"python-setuptools"
|
||||
"rbenv"
|
||||
];
|
||||
|
||||
casks = [
|
||||
"arc"
|
||||
"microsoft-teams"
|
||||
"tailscale"
|
||||
# "tailscale"
|
||||
"font-victor-mono"
|
||||
"font-victor-mono-nerd-font"
|
||||
"vlc"
|
||||
|
|
@ -102,6 +104,8 @@
|
|||
"1password"
|
||||
"android-studio"
|
||||
"zulu@17"
|
||||
"postman"
|
||||
"docker"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -130,6 +134,7 @@
|
|||
persistent-apps = [
|
||||
"/Applications/Arc.app"
|
||||
"/Applications/WezTerm.app"
|
||||
"/Applications/Microsoft Teams.app"
|
||||
"/System/Applications/System Settings.app/"
|
||||
];
|
||||
persistent-others = [
|
||||
|
|
@ -171,6 +176,7 @@
|
|||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
useGlobalPkgs = true;
|
||||
backupFileExtension = "backup";
|
||||
users = {
|
||||
dennis = import ../../home/darwin-work.nix;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue