Rename pkgs dir to home dir, add x86 and aarch specific linux home

modules
This commit is contained in:
Martin Larsson 2025-05-11 15:17:18 +02:00
parent 8ad94f53e3
commit d32ba1b498
11 changed files with 26 additions and 72 deletions

View file

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