mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
theming updates
This commit is contained in:
parent
9e8e5053fd
commit
9f6221d8b1
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue