Add more packages

This commit is contained in:
Fern Garden 2025-08-04 21:51:30 +08:00
parent a4f0d899c1
commit ae156d7ea3

View file

@ -13,6 +13,7 @@ with lib; {
# XDG portals. # XDG portals.
xdg.portal = { xdg.portal = {
enable = true; enable = true;
config.common.default = "*";
extraPortals = [ extraPortals = [
pkgs.xdg-desktop-portal-gnome pkgs.xdg-desktop-portal-gnome
pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gtk
@ -339,13 +340,28 @@ with lib; {
# Notifications # Notifications
services.mako.enable = true; services.mako.enable = true;
# Day/night gamma adjustment.
services.wlsunset = {
sunset = "18:00";
sunrise = "06:00";
};
# Clipboard manager.
services.cliphist.enable = true;
# Install some software. # Install some software.
programs.firefox = { programs.firefox = {
enable = true; enable = true;
profiles.default = {}; profiles.default = {
extensions.force = true;
settings."identity.sync.tokenserver.uri" = "https://fxsync.fern.garden/1.0/sync/1.5";
};
}; };
stylix.targets.firefox.profileNames = ["default"]; stylix.targets.firefox = {
profileNames = ["default"];
colorTheme.enable = true;
};
programs.kitty = { programs.kitty = {
enable = true; enable = true;
@ -357,15 +373,18 @@ with lib; {
home.packages = with pkgs; [ home.packages = with pkgs; [
caligula caligula
celluloid celluloid
decibels
deploy-rs deploy-rs
discord
feishin feishin
file-roller
fluffychat fluffychat
fusee-nano fusee-nano
gimp3 gimp3
glabels-qt glabels-qt
hyprpicker
jellyfin-media-player jellyfin-media-player
libreoffice libreoffice
loupe
nautilus nautilus
nerd-fonts.symbols-only nerd-fonts.symbols-only
nextcloud-client nextcloud-client
@ -373,14 +392,21 @@ with lib; {
noto-fonts-cjk-sans noto-fonts-cjk-sans
noto-fonts-cjk-serif noto-fonts-cjk-serif
ns-usbloader ns-usbloader
nwg-clipman
obsidian obsidian
papers
playerctl playerctl
prismlauncher prismlauncher
protonmail-desktop protonmail-desktop
rockbox-utility rockbox-utility
seahorse
signal-desktop signal-desktop
simple-scan
smile smile
via via
wdisplays
webcord
wl-clipboard
yubioath-flutter yubioath-flutter
]; ];
} }