nixcfg/homeManagerModules/apps/default.nix
Aly Raffauf 3663469066
sway,hyprland: convert startup apps to systemd (#73)
* home: switch hyprland and sway to new swayidle systemd service

* home: add swayosd service

* home: move swayidle and swayosd to services

* home/services: add swayidle and swayosd services

* hyprland,sway: don't start swayosd

* user playerctld as systemd service

* home: run gammastep as service for redShift"

* cleanup

* home: set swayosd and swayidle as wanted by hyprland and sway

* nix fmt

* home/services/swayidle: fixed resume command

* home/swayidle: fix command syntax

* home: better systemd defaults for swayidle and swayosd

* home: convert mako to systemd service

* home: make wayland-ipewire-idle-inhibit a systemd service

* home/waybar: use as systemd service

* home: move waybar to services

* home/desktop: convert randomWallpaper to systemd service

* migrate home options
2024-08-02 17:58:08 -04:00

26 lines
303 B
Nix

{
imports = [
./alacritty
./backblaze
./bash
./chromium
./emacs
./fastfetch
./firefox
./fuzzel
./helix
./kitty
./keepassxc
./librewolf
./nemo
./rofi
./swaylock
./thunar
./tmux
./vsCodium
./wlogout
./yazi
./zed
];
}