mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2026-05-28 10:03:55 +00:00
Configured Stylix to Theme Btop and Zed
This commit is contained in:
parent
0d4ab3d13b
commit
4cf9793800
|
|
@ -36,7 +36,6 @@
|
|||
# Customization
|
||||
razergenie
|
||||
# Development
|
||||
zed-editor
|
||||
vscodium
|
||||
scrcpy
|
||||
# Experiments
|
||||
|
|
@ -49,7 +48,6 @@
|
|||
# Terminal Tools
|
||||
tmux
|
||||
mosh
|
||||
btop
|
||||
fastfetch
|
||||
kb-one.olympus
|
||||
kicad
|
||||
|
|
@ -70,6 +68,8 @@
|
|||
services.gpg-agent.enable = true;
|
||||
|
||||
services.ssh-agent.enable = true;
|
||||
programs.zed-editor.enable = true;
|
||||
programs.btop.enable = true;
|
||||
|
||||
suites.desktop.enable = true;
|
||||
suites.desktop.waybar.outputs = [ "DP-4" "DP-5" "DP-6" "DP-7" ];
|
||||
|
|
@ -86,6 +86,8 @@
|
|||
stylix.targets.waybar.font = "sansSerif";
|
||||
stylix.targets.firefox.profileNames = [ "default" ];
|
||||
stylix.targets.qt.platform = "qtct";
|
||||
stylix.targets.btop.enable = true;
|
||||
stylix.targets.zed.enable = true;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue