Nix hm #1
2 changed files with 4 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
gawk
|
||||
];
|
||||
file = {
|
||||
".config/aerospace/aerospace.toml".source =
|
||||
config.lib.file.mkOutOfStoreSymlink ../../aerospace/aerospace.toml;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
casks = [
|
||||
"ghostty"
|
||||
"zen-browser"
|
||||
"nikitabobko/tap/aerospace"
|
||||
];
|
||||
brews = [
|
||||
"mas"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue