mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 06:33:08 +01:00
switching to brave
This commit is contained in:
parent
8b7d50d340
commit
dd9bdda1a9
@ -41,3 +41,4 @@ This release has a big theming change as well as including the move back to rofi
|
|||||||
- Hyprland plugins are now disabled in the config by default.
|
- Hyprland plugins are now disabled in the config by default.
|
||||||
- Fastfetch is now replacing neofetch.
|
- Fastfetch is now replacing neofetch.
|
||||||
- Btop is back baby!
|
- Btop is back baby!
|
||||||
|
- Switching to Brave as the default to protect user privacy.
|
||||||
|
@ -133,7 +133,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
firefox.enable = true;
|
firefox.enable = false;
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
@ -243,6 +243,7 @@
|
|||||||
fastfetch
|
fastfetch
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
|
brave
|
||||||
libvirt
|
libvirt
|
||||||
lxqt.lxqt-policykit
|
lxqt.lxqt-policykit
|
||||||
lm_sensors
|
lm_sensors
|
||||||
|
@ -11,6 +11,6 @@
|
|||||||
clock24h = false;
|
clock24h = false;
|
||||||
|
|
||||||
# Program Options
|
# Program Options
|
||||||
browser = "firefox"; # Set Default Browser (google-chrome-stable for google-chrome)
|
browser = "brave"; # Set Default Browser (google-chrome-stable for google-chrome)
|
||||||
terminal = "kitty"; # Set Default System Terminal
|
terminal = "kitty"; # Set Default System Terminal
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user