Files
dotfiles/home/services/gui.nix
servius ac55fa4426
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
refactor: update aichat model; add atuin daemon; cleanup gui
2026-01-13 15:20:13 +05:30

21 lines
300 B
Nix

{
pkgs,
device,
lib,
...
}: {
home.packages = with pkgs;
lib.optionals (device.is "ryu") [
nautilus
totem
ffmpegthumbnailer
# polkit_gnome
seahorse
signal-desktop
sony-headphones-client
spotify
steam-run
wl-clipboard
];
}