Auto-commit: 2026-01-05 16:28:29
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{ pkgs, ...}:
|
||||
|
||||
{ pkgs, config, lib, ...}:
|
||||
let
|
||||
cfg = config.my.desktop;
|
||||
in
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty
|
||||
thunderbird
|
||||
@@ -38,6 +41,9 @@
|
||||
gsettings-desktop-schemas
|
||||
gnome-tweaks
|
||||
appimage-run
|
||||
]
|
||||
++ lib.optionalAttrs cfg.spicetify.enable [
|
||||
spotify
|
||||
];
|
||||
programs.seahorse.enable = true;
|
||||
programs.streamcontroller.enable = true;
|
||||
@@ -46,4 +52,5 @@
|
||||
binfmt = true;
|
||||
};
|
||||
programs.yubikey-manager.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user