poprawki
This commit is contained in:
@@ -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).
|
# .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.
|
# 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 = "$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
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -11,7 +11,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.librewolf;
|
package = pkgs.librewolf;
|
||||||
# nativeMessagingHosts = [pkgs.firefoxpwa];
|
# nativeMessagingHosts = [pkgs.firefoxpwa];
|
||||||
languagePacks = ["pl" "en-US"];
|
languagePacks = [
|
||||||
|
"pl"
|
||||||
|
"en-US"
|
||||||
|
];
|
||||||
profiles = {
|
profiles = {
|
||||||
"${host}" = {
|
"${host}" = {
|
||||||
id = 0;
|
id = 0;
|
||||||
@@ -282,7 +285,7 @@
|
|||||||
ublock-origin
|
ublock-origin
|
||||||
sponsorblock
|
sponsorblock
|
||||||
darkreader
|
darkreader
|
||||||
flagfox
|
# flagfox
|
||||||
hoppscotch
|
hoppscotch
|
||||||
return-youtube-dislikes
|
return-youtube-dislikes
|
||||||
sponsorblock
|
sponsorblock
|
||||||
|
|||||||
@@ -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).
|
# .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.
|
# 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 = "$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
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -11,7 +11,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.librewolf;
|
package = pkgs.librewolf;
|
||||||
# nativeMessagingHosts = [pkgs.firefoxpwa];
|
# nativeMessagingHosts = [pkgs.firefoxpwa];
|
||||||
languagePacks = ["pl" "en-US"];
|
languagePacks = [
|
||||||
|
"pl"
|
||||||
|
"en-US"
|
||||||
|
];
|
||||||
profiles = {
|
profiles = {
|
||||||
"${host}" = {
|
"${host}" = {
|
||||||
id = 0;
|
id = 0;
|
||||||
@@ -282,7 +285,7 @@
|
|||||||
ublock-origin
|
ublock-origin
|
||||||
sponsorblock
|
sponsorblock
|
||||||
darkreader
|
darkreader
|
||||||
flagfox
|
# flagfox
|
||||||
hoppscotch
|
hoppscotch
|
||||||
return-youtube-dislikes
|
return-youtube-dislikes
|
||||||
sponsorblock
|
sponsorblock
|
||||||
|
|||||||
Reference in New Issue
Block a user