chore(hyprland): remove start_apps script
This commit is contained in:
parent
b0dd61fa9d
commit
1eb80220f2
|
@ -176,7 +176,6 @@ in
|
|||
# Set-up the scripts for services and apps.
|
||||
home.packages = lib.mkIf cfg.scripts.startup.enable [
|
||||
(import ./scripts/start_services.nix pkgs)
|
||||
(import ./scripts/start_apps.nix pkgs)
|
||||
];
|
||||
|
||||
# Then add the hyprland screenshot scripts.
|
||||
|
@ -206,9 +205,6 @@ in
|
|||
# Start the core services of my desktop
|
||||
exec-once = start_services
|
||||
|
||||
# Open the apps I always use
|
||||
exec-once = start_apps
|
||||
|
||||
# Set cursor size.
|
||||
exec-once = hyprctl setcursor 24
|
||||
env = XCURSOR_SIZE, 24
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
pkgs:
|
||||
|
||||
pkgs.writeShellScriptBin "start_apps" ''
|
||||
# Open qbittorrent
|
||||
qbittorrent &
|
||||
|
||||
# Open vesktop
|
||||
vesktop &
|
||||
|
||||
# Open steam
|
||||
steam &
|
||||
|
||||
# Open firefox
|
||||
firefox
|
||||
''
|
Loading…
Reference in a new issue