Auto-commit: 2026-01-05 16:28:29
This commit is contained in:
@@ -1,49 +1,56 @@
|
||||
{ pkgs, ...}:
|
||||
|
||||
{ pkgs, config, lib, ...}:
|
||||
let
|
||||
cfg = config.my.desktop;
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty
|
||||
thunderbird
|
||||
bitwarden-desktop
|
||||
pwvucontrol
|
||||
firefox
|
||||
gedit
|
||||
wl-clipboard
|
||||
tuigreet
|
||||
brightnessctl
|
||||
hyprshot
|
||||
mpv
|
||||
#jellyfin-media-player
|
||||
gedit
|
||||
nixfmt
|
||||
nixd
|
||||
xfce.thunar
|
||||
xfce.thunar-archive-plugin
|
||||
xfce.thunar-media-tags-plugin
|
||||
droidcam
|
||||
rustdesk
|
||||
mailspring
|
||||
rquickshare
|
||||
btrfs-assistant
|
||||
ungoogled-chromium
|
||||
gparted
|
||||
veracrypt
|
||||
lshw
|
||||
syncplay
|
||||
tigervnc
|
||||
solaar
|
||||
logitech-udev-rules
|
||||
yubioath-flutter
|
||||
kdePackages.gwenview
|
||||
gsettings-desktop-schemas
|
||||
gnome-tweaks
|
||||
appimage-run
|
||||
];
|
||||
programs.seahorse.enable = true;
|
||||
programs.streamcontroller.enable = true;
|
||||
programs.appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty
|
||||
thunderbird
|
||||
bitwarden-desktop
|
||||
pwvucontrol
|
||||
firefox
|
||||
gedit
|
||||
wl-clipboard
|
||||
tuigreet
|
||||
brightnessctl
|
||||
hyprshot
|
||||
mpv
|
||||
#jellyfin-media-player
|
||||
gedit
|
||||
nixfmt
|
||||
nixd
|
||||
xfce.thunar
|
||||
xfce.thunar-archive-plugin
|
||||
xfce.thunar-media-tags-plugin
|
||||
droidcam
|
||||
rustdesk
|
||||
mailspring
|
||||
rquickshare
|
||||
btrfs-assistant
|
||||
ungoogled-chromium
|
||||
gparted
|
||||
veracrypt
|
||||
lshw
|
||||
syncplay
|
||||
tigervnc
|
||||
solaar
|
||||
logitech-udev-rules
|
||||
yubioath-flutter
|
||||
kdePackages.gwenview
|
||||
gsettings-desktop-schemas
|
||||
gnome-tweaks
|
||||
appimage-run
|
||||
]
|
||||
++ lib.optionalAttrs cfg.spicetify.enable [
|
||||
spotify
|
||||
];
|
||||
programs.seahorse.enable = true;
|
||||
programs.streamcontroller.enable = true;
|
||||
programs.appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
};
|
||||
programs.yubikey-manager.enable = true;
|
||||
};
|
||||
programs.yubikey-manager.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user