mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
desktop: add my-dash-to-panel settings
This commit is contained in:
parent
c70bbff444
commit
0fd45ab4df
1 changed files with 8 additions and 0 deletions
|
@ -74,6 +74,14 @@ 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
|
||||||
|
'')
|
||||||
|
|
||||||
] ++
|
] ++
|
||||||
optionals config.sconfig.xmonad.enable [
|
optionals config.sconfig.xmonad.enable [
|
||||||
haskell-language-server
|
haskell-language-server
|
||||||
|
|
Loading…
Reference in a new issue