Add more Nix CLI aliases and clean up Chromium config

This commit is contained in:
2025-11-14 02:21:55 +01:00
parent b168dc430e
commit 865a15d016
3 changed files with 4 additions and 3 deletions

View File

@@ -25,8 +25,10 @@
nd = "nix develop"; nd = "nix develop";
nb = "nix build"; nb = "nix build";
nr = "nix run"; nr = "nix run";
nbr = "nix build && nix run";
nbd = "nix build .#develop"; nbd = "nix build .#develop";
nrd = "nix run .#develop"; nrd = "nix run .#develop";
nbrd = "nix build .#develop && nix run .#develop";
# System aliases # System aliases
# flush-codium = "sudo killall codium && sudo rm -rf ~/.config/VSCodium/Cache && sudo rm -rf ~/.config/VSCodium/CachedData"; # flush-codium = "sudo killall codium && sudo rm -rf ~/.config/VSCodium/Cache && sudo rm -rf ~/.config/VSCodium/CachedData";

View File

@@ -3,9 +3,7 @@
programs.chromium = { programs.chromium = {
enable = true; enable = true;
package = pkgs.ungoogled-chromium; package = pkgs.ungoogled-chromium;
commandLineArgs = [ # commandLineArgs = [ ];
"--disable-gpu" # Do czasu aż naprawią problemy
];
dictionaries = with pkgs; [ dictionaries = with pkgs; [
hunspellDictsChromium.en_US hunspellDictsChromium.en_US
# hunspellDictsChromium.pl_PL Jeśli się taka pojawi # hunspellDictsChromium.pl_PL Jeśli się taka pojawi

View File

@@ -56,6 +56,7 @@ _: {
"float, title:^(Picture-in-Picture)$" "float, title:^(Picture-in-Picture)$"
"float, class:^(mpv|com.github.rafostar.Clapper)$" "float, class:^(mpv|com.github.rafostar.Clapper)$"
"float, title:^(Authentication Required)$" "float, title:^(Authentication Required)$"
"float, title:^(war-in-tunnels)$"
"float, class:(codium|codium-url-handler|VSCodium), title:negative:(.*codium.*|.*VSCodium.*)" "float, class:(codium|codium-url-handler|VSCodium), title:negative:(.*codium.*|.*VSCodium.*)"
"float, class:^(com.heroicgameslauncher.hgl)$, title:negative:(Heroic Games Launcher)" "float, class:^(com.heroicgameslauncher.hgl)$, title:negative:(Heroic Games Launcher)"
"float, class:^([Ss]team)$, title:negative:^([Ss]team)$" "float, class:^([Ss]team)$, title:negative:^([Ss]team)$"