Update flake

This commit is contained in:
Sicheng Pan 2025-07-07 23:47:21 -05:00
parent 49ce1667bf
commit 4af67471d1
Signed by: macronova
GPG key ID: CE969670FB4B4A56
2 changed files with 39 additions and 38 deletions

View file

@ -15,7 +15,6 @@ in {
in {
home.packages = with pkgs; [
feishin
gurk-rs
jellyfin-mpv-shim
joplin-desktop
lutris
@ -106,6 +105,8 @@ in {
xsettingsd = {
enable = true;
settings = {
"Net/CursorBlinkTime" = 1000;
"Net/CursorBlink" = 1;
"Gdk/UnscaledDPI" = 98304;
"Gdk/WindowScalingFactor" = 2;
"Gtk/EnableAnimations" = 1;
@ -115,7 +116,7 @@ in {
"Gtk/ToolbarStyle" = 3;
"Gtk/MenuImages" = 1;
"Gtk/ButtonImages" = 1;
"Gtk/CursorThemeSize" = 96;
"Gtk/CursorThemeSize" = 48;
"Gtk/CursorThemeName" = "Sweet-cursors";
"Net/SoundThemeName" = "yorha";
"Net/IconThemeName" = "Sweet-Rainbow";