Re add open new instance
This commit is contained in:
parent
dddde3aea9
commit
471dfd605e
4 changed files with 44 additions and 64 deletions
|
@ -85,7 +85,6 @@
|
|||
"compiz-windows-effect@hermes83.github.com"
|
||||
"user-theme@gnome-shell-extensions.gcampax.github.com"
|
||||
"display-brightness-ddcutil@themightydeity.github.com"
|
||||
"system-monitor@gnome-shell-extensions.gcampax.github.com"
|
||||
"launch-new-instance@gnome-shell-extensions.gcampax.github.com"
|
||||
];
|
||||
disabled-extensions = [
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
just-perfection
|
||||
burn-my-windows
|
||||
fullscreen-avoider
|
||||
launch-new-instance
|
||||
compiz-windows-effect
|
||||
rounded-window-corners-reborn
|
||||
brightness-control-using-ddcutil
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
"nix.serverPath" = lib.meta.getExe pkgs.nil;
|
||||
"nix.serverSettings" = {
|
||||
"nil" = {
|
||||
"formatting" = {"command" = [lib.getExe pkgs.alejandra];};
|
||||
"formatting" = {"command" = [(lib.getExe pkgs.alejandra)];};
|
||||
};
|
||||
};
|
||||
"indentRainbow.ignoreErrorLanguages" = ["*"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue