Re add open new instance

This commit is contained in:
Henry Hiles 2025-05-21 10:46:28 -04:00
parent dddde3aea9
commit 471dfd605e
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
4 changed files with 44 additions and 64 deletions

View file

@ -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 = [

View file

@ -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

View file

@ -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" = ["*"];