b
This commit is contained in:
parent
9b103fe0fd
commit
ec142e1e04
1 changed files with 8 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue