theming updates

This commit is contained in:
Rouven Seifert 2023-12-12 17:43:53 +01:00
parent 9e8e5053fd
commit 9f6221d8b1
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 9 additions and 16 deletions

View file

@ -117,16 +117,16 @@ in
farPattern = "Opal";
extraConfig.Create = "near";
};
channels.FSR = {
nearPattern = "FSR";
farPattern = "FSR";
extraConfig.Create = "near";
};
channels.unispam = {
nearPattern = "Uni Spam";
farPattern = "Uni Spam";
extraConfig.Create = "near";
};
# channels.modules = {
# nearPattern = "Module";
# farPattern = "Module";
# extraConfig.Create = "near";
# };
channels.trash = {
nearPattern = "Trash";
farPattern = "Gel&APY-schte Elemente";

View file

@ -9,7 +9,6 @@
zip
unzip
man-pages
wpa_supplicant_gui
pcmanfm
xdg-utils # used for xdg-open
appimage-run
@ -23,10 +22,10 @@
drawio
leafpad
imv
remmina
# sound
pavucontrol
x32edit
spotify
# bluetooth
@ -34,7 +33,6 @@
# internet
google-chrome
tor-browser-bundle-bin
filezilla
dbeaver
@ -49,14 +47,14 @@
gajim
# games
prismlauncher # minecraft, but it actually works # not anymore lol
prismlauncher
superTuxKart
# yubikey and password stuff
yubikey-manager
yubikey-manager-qt
yubioath-flutter
bitwarden
# bitwarden
# misc
neofetch # obligatory
@ -68,6 +66,7 @@
rnote
libreoffice
mosh
ansible
# programming languages
cargo

View file

@ -1,7 +1,6 @@
{ pkgs, nix-colors, ... }:
{
home.packages = with pkgs; [ libsForQt5.qtstyleplugin-kvantum ];
colorScheme = nix-colors.colorSchemes.dracula;
# theme hardcoded to dracula, too lazy to make all this base16
@ -31,9 +30,4 @@
package = pkgs.dracula-theme;
size = 16;
};
xdg.configFile = {
"Kvantum/Dracula/Dracula.kvconfig".source = "${pkgs.dracula-theme}/share/Kvantum/Dracula/Dracula.kvconfig";
"Kvantum/Dracula/Dracula.svg".source = "${pkgs.dracula-theme}/share/Kvantum/Dracula/Dracula.svg";
"Kvantum/kvantum.kvconfig".text = "[General]\ntheme=Dracula";
};
}