fix swaync

This commit is contained in:
DACHXY 2024-12-31 00:52:33 +08:00
parent 64499a5e90
commit 2b6381ec57
15 changed files with 234 additions and 223 deletions

View file

@ -15,7 +15,7 @@
system.stateVersion = nix-version;
home-manager = {
backupFileExtension = "backup";
backupFileExtension = "hm-backup";
useUserPackages = true;
useGlobalPkgs = true;
extraSpecialArgs = { inherit inputs system nix-version; };

View file

@ -16,5 +16,6 @@ in
environment.variables = {
ELECTRON_OZONE_PLATFORM_HINT = "auto";
GSETTINGS_SCHEMA_DIR = "${pkgs.gtk3}/share/gsettings-schemas/${pkgs.gtk3.name}/glib-2.0/schemas";
HYPERCURSOR_SIZE = 24;
};
}

View file

@ -5,7 +5,5 @@
adwaita-icon-theme # default gnome cursors
glib
gsettings-desktop-schemas
nwg-look
];
}