Compare commits
2 Commits
7957f18ecf
...
44af1502d3
Author | SHA1 | Date | |
---|---|---|---|
44af1502d3 | |||
d1f454bba2 |
|
@ -20,7 +20,10 @@ let
|
|||
in rec {
|
||||
home.packages = with pkgs; [
|
||||
fira-code ibm-plex
|
||||
] ++ (if pkgs.stdenv.isDarwin then [alloy6-mac] else [pkgs.alloy6]);
|
||||
]
|
||||
++ (if pkgs.stdenv.isDarwin then [alloy6-mac] else [pkgs.alloy6])
|
||||
++ (if pkgs.stdenv.isDarwin then [] else [pkgs.keepassxc])
|
||||
;
|
||||
|
||||
programs.alacritty = alacritty;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user