chore: update browser, theme, and locale configurations

- Replace Librewolf with Firefox as the backup browser
- Update default and extra locales to en_US.UTF-8 and de_DE.UTF-8 respectively
- Change theme fetch setting from 'none' to 'fastfetch' and update wallpaper
- Minor formatting cleanup in THEMES.md
This commit is contained in:
kptltd00m
2026-06-26 22:58:09 +02:00
parent 638fcdd416
commit a95d1fbd35
5 changed files with 25 additions and 44 deletions
+2 -21
View File
@@ -11,7 +11,7 @@
ticktick # Todo app
onlyoffice-desktopeditors # Office suite
librewolf # Backup browser
firefox # Backup browser
# I love TUIs
caligula # User-friendly, lightweight TUI for disk imaging (ISO, USB BOOT)
@@ -33,28 +33,9 @@
imagemagick # Image manipulation tool
chafa # Image to ANSI/Unicode converter and more.
/*
Disabled
resources # Ressource monitor
textpieces # Manipulate texts
gnome-clocks # Clocks app
gnome-text-editor # Basic graphic text editor
pinta # Image editor
switcheroo # Convert images between different formats
signal-desktop # Messaging app
blanket # Listen to different sounds
gh # GitHub
gh-dash # A terminal dashboard for GitHub
figlet # Transform text into ASCII art
pkgs-nur-hadi.sheets # Terminal based spreadsheet tool
slides # A terminal-based presentation tool that allows you to create and deliver presentations directly from the command line
*/
])
++ (with pkgs; [
vencord # Vencord Discord Mod
vesktop # Vencord Discord Mod
]);
}
+2 -2
View File
@@ -16,8 +16,8 @@
keyboardLayout = "de";
timeZone = "Europe/Berlin";
defaultLocale = "de_DE.UTF-8";
extraLocale = "en_EN.UTF-8";
defaultLocale = "en_US.UTF-8";
extraLocale = "de_DE.UTF-8";
git = {
username = "kptltd00m";
+2 -2
View File
@@ -16,8 +16,8 @@
keyboardLayout = "de";
timeZone = "Europe/Berlin";
defaultLocale = "de_DE.UTF-8";
extraLocale = "en_US.UTF-8";
defaultLocale = "en_US.UTF-8";
extraLocale = "de_DE.UTF-8";
git = {
username = "kptltd00m";
+2 -2
View File
@@ -75,8 +75,8 @@
polarity = "dark";
image = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/anotherhadi/awesome-wallpapers/refs/heads/main/app/static/wallpapers/black-moutains-and-a-city.png";
sha256 = "sha256-RTTA3Lf+hnPpo9hwS075kbnIouz12ul2GKO3EIgP6AU=";
url = "https://upload.wikimedia.org/wikipedia/commons/1/12/Peter_Paul_Rubens_-_Fall_of_the_damned.jpg";
sha256 = "sha256-m8ii0Vo8FrUJRPrWfFvF3ojTSshGTVbIU1V8ptis4aQ=";
};
};
}