Merge branch 'main' of github.com:LarssonMartin1998/.dotfiles
This commit is contained in:
commit
48ed428fd6
11 changed files with 340 additions and 99 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@ in
|
|||
mako
|
||||
bitwarden-cli
|
||||
sway-audio-idle-inhibit
|
||||
qutebrowser
|
||||
ffmpeg
|
||||
imv
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue