mirror of
https://github.com/blahai/nyx.git
synced 2025-06-16 23:47:01 -04:00
why is vsc so bad with git I hate
This commit is contained in:
parent
9ea3b83bc6
commit
1d44666920
12 changed files with 507 additions and 70 deletions
13
modules/home-manager/hypr/hyprland/execs.nix
Normal file
13
modules/home-manager/hypr/hyprland/execs.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, config, inputs, ... }: {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
exec-once = [
|
||||
"${pkgs.swww}/bin/swww-daemon --format xrgb"
|
||||
"${pkgs.mpvpaper}/bin/mpvpaper DP-1 -f -o 'loop panscan=1.0' ~/Pictures/wallpapers/videos/current"
|
||||
"${pkgs.ags}/bin/ags &"
|
||||
"${pkgs.floorp}/bin/floorp"
|
||||
"${pkgs.vesktop}/bin/vesktop"
|
||||
"${pkgs.hyprland}/bin/hyprctl setcursor Bibata-Modern-Classic 24"
|
||||
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue