added my stuff from before, along with the stuff on macbook

nix flake check passed, so maybe this will work first try?
This commit is contained in:
2026-07-12 11:33:28 -05:00
parent c5209b0d90
commit 4f6c1e337d
3 changed files with 506 additions and 16 deletions
+19
View File
@@ -1,4 +1,5 @@
{
inputs,
config,
pkgs,
shared,
@@ -6,6 +7,7 @@
}:
let
cfg = config.workstation.core;
system = pkgs.stdenv.hostPlatform.system;
allowRootSSH = if cfg.ssh.permitRootLogin then "yes" else "no";
in
{
@@ -44,8 +46,25 @@ in
environment.systemPackages = with pkgs; [
gitFull
neovim
btop
unzip
mpv
wl-clipboard
wireplumber
brightnessctl
pulseaudio
pavucontrol
ghostty
git-credential-manager
gnupg
yazi
jujutsu
glow
inputs.silicate.packages.${system}.default
inputs.herdr.packages.${system}.default
inputs.fast.packages.${system}.default
inputs.clonee.packages.${system}.default
];
nix = {