Merge branch 'main' of github.com:LarssonMartin1998/.dotfiles

This commit is contained in:
Martin Larsson 2025-07-15 11:24:30 +02:00
commit 48ed428fd6
11 changed files with 340 additions and 99 deletions

View file

@ -1,5 +1,6 @@
{
pkgs,
lib,
config,
...
}:
@ -10,15 +11,33 @@ let
".config/aerospace"
"aerospace"
]
[
".config/karabiner"
"karabiner"
]
];
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
];