Update flake
This commit is contained in:
parent
49ce1667bf
commit
4af67471d1
2 changed files with 39 additions and 38 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue