Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit f5e7488f6e - Show all commits

View file

@ -1,10 +1,12 @@
{ pkgs, ... }: { pkgs, config, ... }:
{ {
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
gawk gawk
]; ];
file = { file = {
".config/aerospace/aerospace.toml".source =
config.lib.file.mkOutOfStoreSymlink ../../aerospace/aerospace.toml;
}; };
}; };
} }

View file

@ -16,6 +16,7 @@
casks = [ casks = [
"ghostty" "ghostty"
"zen-browser" "zen-browser"
"nikitabobko/tap/aerospace"
]; ];
brews = [ brews = [
"mas" "mas"