From 0f2e039d3e6b1dfc9042382a888f3ba5f5648764 Mon Sep 17 00:00:00 2001 From: installer Date: Thu, 14 Aug 2025 14:11:04 +0200 Subject: [PATCH] poprawki --- hosts/default/config/services.nix | 2 +- hosts/default/home/programs.librewolf.nix | 7 +++++-- hosts/garand-laptop/config/services.nix | 2 +- hosts/garand-laptop/home/programs.librewolf.nix | 7 +++++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/hosts/default/config/services.nix b/hosts/default/config/services.nix index 67bd8e8..72d351d 100644 --- a/hosts/default/config/services.nix +++ b/hosts/default/config/services.nix @@ -36,7 +36,7 @@ in { # .wayland-session is a script generated by home-manager, which links to the current wayland compositor(sway/hyprland or others). # with such a vendor-no-locking script, we can switch to another wayland compositor without modifying greetd's config here. # command = "$HOME/.wayland-session"; # start a wayland session directly without a login manager - command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland"; # start Hyprland with a TUI login manager + command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd Hyprland"; # start Hyprland with a TUI login manager }; }; }; diff --git a/hosts/default/home/programs.librewolf.nix b/hosts/default/home/programs.librewolf.nix index b059b35..a061e14 100644 --- a/hosts/default/home/programs.librewolf.nix +++ b/hosts/default/home/programs.librewolf.nix @@ -11,7 +11,10 @@ enable = true; package = pkgs.librewolf; # nativeMessagingHosts = [pkgs.firefoxpwa]; - languagePacks = ["pl" "en-US"]; + languagePacks = [ + "pl" + "en-US" + ]; profiles = { "${host}" = { id = 0; @@ -282,7 +285,7 @@ ublock-origin sponsorblock darkreader - flagfox + # flagfox hoppscotch return-youtube-dislikes sponsorblock diff --git a/hosts/garand-laptop/config/services.nix b/hosts/garand-laptop/config/services.nix index 67bd8e8..72d351d 100644 --- a/hosts/garand-laptop/config/services.nix +++ b/hosts/garand-laptop/config/services.nix @@ -36,7 +36,7 @@ in { # .wayland-session is a script generated by home-manager, which links to the current wayland compositor(sway/hyprland or others). # with such a vendor-no-locking script, we can switch to another wayland compositor without modifying greetd's config here. # command = "$HOME/.wayland-session"; # start a wayland session directly without a login manager - command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland"; # start Hyprland with a TUI login manager + command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd Hyprland"; # start Hyprland with a TUI login manager }; }; }; diff --git a/hosts/garand-laptop/home/programs.librewolf.nix b/hosts/garand-laptop/home/programs.librewolf.nix index b059b35..a061e14 100644 --- a/hosts/garand-laptop/home/programs.librewolf.nix +++ b/hosts/garand-laptop/home/programs.librewolf.nix @@ -11,7 +11,10 @@ enable = true; package = pkgs.librewolf; # nativeMessagingHosts = [pkgs.firefoxpwa]; - languagePacks = ["pl" "en-US"]; + languagePacks = [ + "pl" + "en-US" + ]; profiles = { "${host}" = { id = 0; @@ -282,7 +285,7 @@ ublock-origin sponsorblock darkreader - flagfox + # flagfox hoppscotch return-youtube-dislikes sponsorblock