mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat(hyprland): hy3, split up, clean up
This commit is contained in:
parent
e7e33f90b1
commit
5b37548c2c
10 changed files with 758 additions and 146 deletions
11
home/environments/hyprland/exec.nix
Normal file
11
home/environments/hyprland/exec.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
wayland.windowManager.hyprland.settings.exec-once = let
|
||||
inherit (lib.meta) getExe getExe';
|
||||
in [
|
||||
"${getExe pkgs.swww} init"
|
||||
"${getExe' pkgs.dbus "dbus-update-activation-environment"} --all"
|
||||
(getExe' pkgs.networkmanagerapplet "nm-applet")
|
||||
(getExe pkgs.udiskie)
|
||||
"${getExe' pkgs.systemd "systemctl"} restart konawall-py --user"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue