mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
feat: update custom launcher
This commit is contained in:
parent
352a9c08d1
commit
fc3feb0ce3
6 changed files with 23 additions and 7 deletions
|
|
@ -4,8 +4,8 @@
|
|||
pkgs,
|
||||
pkgsUnstable,
|
||||
...
|
||||
}: let
|
||||
fireproofPkgs = inputs.fireproof-shell.packages.${pkgs.system};
|
||||
}: let
|
||||
fireproofPkgs = inputs.fireproof-shell.packages.${pkgs.system};
|
||||
in {
|
||||
environment.systemPackages = [
|
||||
fireproofPkgs.fireproof-shell
|
||||
|
|
@ -20,5 +20,5 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
fireproof.home-manager.wayland.windowManager.hyprland.settings.execr = [ "pkill .fireproof-shel; fireproof-shell" ];
|
||||
fireproof.home-manager.wayland.windowManager.hyprland.settings.execr = ["pkill .fireproof-shel; fireproof-shell"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue