feat(user/malte): ff and ff-work firefox shortcuts

This commit is contained in:
Malte Tammena 2023-11-07 15:23:43 +01:00
parent 06b419d1fe
commit 7c079c473b

View file

@ -35,6 +35,14 @@
xorg.libXScrnSaver
];
};
firefoxWithProfile = exe: profile: pkgs.writeShellApplication {
name = exe;
runtimeInputs = [ pkgs.firefox ];
text = ''
firefox -P "${profile}"
'';
};
in {
imports = [
./git.nix
@ -75,6 +83,8 @@ in {
pkgs.wl-clipboard
pkgs.cataclysm-dda-git
lutrisWithLibs
(firefoxWithProfile "ff" "default")
(firefoxWithProfile "ff-work" "Work")
]
++ (with pkgs; [
aseprite