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 = {
|
dconf.settings = {
|
||||||
|
@ -18,6 +18,13 @@
|
||||||
accel-profile = "flat";
|
accel-profile = "flat";
|
||||||
};
|
};
|
||||||
"org/gnome/shell" = {
|
"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 = [
|
favorite-apps = [
|
||||||
"com.mitchellh.ghostty.desktop"
|
"com.mitchellh.ghostty.desktop"
|
||||||
"org.gnome.Nautilus.desktop"
|
"org.gnome.Nautilus.desktop"
|
||||||
|
|
Loading…
Add table
Reference in a new issue