feat(user/malte): ff and ff-work firefox shortcuts
This commit is contained in:
parent
06b419d1fe
commit
7c079c473b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue