remove valent
This commit is contained in:
parent
04c6fa68c0
commit
0d84f2493c
1 changed files with 8 additions and 9 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
{
|
{
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs.gnomeExtensions; [
|
systemPackages = with pkgs.gnomeExtensions; [
|
||||||
valent
|
|
||||||
pop-shell
|
pop-shell
|
||||||
appindicator
|
appindicator
|
||||||
blur-my-shell
|
blur-my-shell
|
||||||
|
|
@ -46,7 +45,7 @@
|
||||||
allow-extension-installation = false;
|
allow-extension-installation = false;
|
||||||
enabled-extensions = [
|
enabled-extensions = [
|
||||||
"blur-my-shell@aunetx"
|
"blur-my-shell@aunetx"
|
||||||
"pop-shell@system76.com"
|
# "pop-shell@system76.com"
|
||||||
"rounded-window-corners@fxgn"
|
"rounded-window-corners@fxgn"
|
||||||
"burn-my-windows@schneegans.github.com"
|
"burn-my-windows@schneegans.github.com"
|
||||||
"fullscreen-avoider@noobsai.github.com"
|
"fullscreen-avoider@noobsai.github.com"
|
||||||
|
|
@ -66,13 +65,13 @@
|
||||||
skip-libhandy-app = false;
|
skip-libhandy-app = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
pop-shell = rec {
|
# pop-shell = rec {
|
||||||
active-hint = true;
|
# active-hint = true;
|
||||||
tile-by-default = true;
|
# tile-by-default = true;
|
||||||
active-hint-border-radius = 16;
|
# active-hint-border-radius = 16;
|
||||||
gap-inner = 3;
|
# gap-inner = 3;
|
||||||
gap-outer = gap-inner;
|
# gap-outer = gap-inner;
|
||||||
};
|
# };
|
||||||
|
|
||||||
just-perfection = {
|
just-perfection = {
|
||||||
accessibility-menu = false;
|
accessibility-menu = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue