mirror of
https://github.com/artagaz/nix-config.git
synced 2026-06-22 02:02:09 +07:00
still love Cinnamon
This commit is contained in:
@@ -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" = {
|
||||
@@ -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.
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user