mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
remove dash-to-panel settings
This commit is contained in:
parent
75fde600a8
commit
f05df10816
1 changed files with 0 additions and 9 deletions
|
@ -90,15 +90,6 @@ with lib;
|
|||
|
||||
};
|
||||
})
|
||||
|
||||
(pkgs.writeShellScriptBin "my-dash-to-panel" ''
|
||||
dconf write /org/gnome/shell/extensions/dash-to-panel/group-apps false
|
||||
dconf write /org/gnome/shell/extensions/dash-to-panel/isolate-workspaces true
|
||||
dconf write /org/gnome/shell/extensions/dash-to-panel/panel-positions "'{\"0\":\"TOP\"}'"
|
||||
dconf write /org/gnome/shell/extensions/dash-to-panel/panel-sizes "'{\"0\":40}'"
|
||||
dconf write /org/gnome/shell/extensions/dash-to-panel/show-window-previews false
|
||||
'')
|
||||
|
||||
];
|
||||
|
||||
environment.etc."my-settings.sh".text = ''
|
||||
|
|
Loading…
Reference in a new issue