still love Cinnamon

This commit is contained in:
Senior Matt
2026-04-19 22:58:49 +05:00
parent a154aec663
commit 2a2830c09d
2 changed files with 2 additions and 5 deletions
@@ -1,7 +1,5 @@
{
flake.homeModules.cinnamon-dconf = { lib, ... }:
with lib.hm.gvariant;
{
flake.homeModules.cinnamon-dconf = { lib, ... }: with lib.hm.gvariant; {
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
dconf.settings = {
"org/cinnamon" = {
+1 -2
View File
@@ -19,9 +19,8 @@
MOZ_USE_XINPUT2=1; # Fix Firefox-based browsers scroll on X11.
};
# Define dconf options.
home-manager.users.${self.user}.imports = [
self.homeModules.cinnamon-dconf
self.homeModules.cinnamon-dconf # Define dconf options.
];
};
}