initial commit
This commit is contained in:
commit
ebc1be5217
143 changed files with 7721 additions and 0 deletions
26
modules/home/programs/niri/autostart.nix
Normal file
26
modules/home/programs/niri/autostart.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
xwayland-satellite
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
programs.niri.settings.spawn-at-startup = [
|
||||
{
|
||||
command = [
|
||||
"systemctl"
|
||||
"--user"
|
||||
"start"
|
||||
"hyprpolkitagent"
|
||||
];
|
||||
}
|
||||
{ command = [ "xwayland-satellite" ]; }
|
||||
{ command = [ "qs" ]; }
|
||||
{ command = [ "swww-daemon" ]; }
|
||||
#{ command = ["${pkgs.swaybg}/bin/swaybg" "-o" "DP-1" "-i" "/home/lysec/nixos/assets/wallpapers/clouds.png" "-m" "fill"]; }
|
||||
#{ command = ["sh" "-c" "swww-daemon & swww img /home/lysec/nixos/wallpapers/cloud.png"]; }
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue