Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit ec142e1e04 - Show all commits

View file

@ -1,4 +1,4 @@
{ lib, ... }:
{ pkgs, lib, ... }:
{
dconf.settings = {
@ -18,6 +18,13 @@
accel-profile = "flat";
};
"org/gnome/shell" = {
disable-user-extenions = false;
enabled-extenions = with pkgs.gnomeExtensions; [
caffeine.extensionUuid
accent-directories.extensionUuid
just-perfection.extensionUuid
quick-settings-tweaker.extensionUuid
];
favorite-apps = [
"com.mitchellh.ghostty.desktop"
"org.gnome.Nautilus.desktop"