mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
Refactor with nixfmt
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
dconf = {
|
||||
settings."org/gnome/shell" = {
|
||||
enabled-extensions = with pkgs.gnomeExtensions; [
|
||||
appindicator.extensionUuid
|
||||
caffeine.extensionUuid
|
||||
dash-to-dock.extensionUuid
|
||||
wallpaper-slideshow.extensionUuid
|
||||
];
|
||||
};
|
||||
};
|
||||
dconf = {
|
||||
settings."org/gnome/shell" = {
|
||||
enabled-extensions = with pkgs.gnomeExtensions; [
|
||||
appindicator.extensionUuid
|
||||
caffeine.extensionUuid
|
||||
dash-to-dock.extensionUuid
|
||||
wallpaper-slideshow.extensionUuid
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user