Update Nix flake, refactor Darwin app aliases and use it for system and

home config. Remove qutebrowser, mousecat, move some apps from brew ->
nixpkgs, add firefox to mac
This commit is contained in:
Martin Larsson 2025-07-13 16:25:17 +02:00
parent 677baf3d71
commit de7f2ff31f
6 changed files with 95 additions and 82 deletions

View file

@ -1,5 +1,6 @@
{
pkgs,
lib,
config,
...
}:
@ -13,12 +14,26 @@ let
];
in
{
imports = [
./common/firefox.nix
];
home = {
packages = with pkgs; [
gawk
discord
bitwarden-cli
aerospace
mas
raycast
];
file = utils.mk_symlinks { inherit config dotfiles; };
activation.applications = utils.mkAppAliasHome {
derivationName = "home-applications";
appsPath = config.home.packages;
outputDir = "${config.home.homeDirectory}/Applications/Nix";
pkgs = pkgs;
lib = lib;
};
};
}

View file

@ -53,7 +53,6 @@ in
mako
bitwarden-cli
sway-audio-idle-inhibit
qutebrowser
ffmpeg
imv
];