forked from extern/nix-config
My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
After comparing environment variables between KDE Plasma and bspwm, I finally figured out that QT_SCREEN_SCALE_FACTORS was needed as well for full HiDPI support. With this setting and QT_FONT_DPI applied, KDE / Qt applications now look exactly as they would in Plasma. To avoid any differences that may arise, I also exported XDG_DATA_DIRS and some other variables set by Plasma. |
||
---|---|---|
.config | ||
.gnupg | ||
.httpie | ||
.editorconfig | ||
.gitconfig | ||
.gitignore | ||
.mailcap | ||
.stow-local-ignore | ||
.tmux.conf | ||
.vimrc | ||
.xinitrc | ||
.xmodmap | ||
.Xresources | ||
LICENSE | ||
Makefile | ||
README.md |
New Start
Vim is my editor, *nix is my IDE.
- Window manager: bspwm with
XDG_CURRENT_DESKTOP=KDE
- Bar: polybar
- Launcher: rofi
- Icons: Papirus
Usage
I manage my dotfiles with stow
. Once you have stow installed, run:
make install
Note
: Some of my config files are optimized for HiDPI (between 180 and 192dpi). Adjust those numbers for your display accordingly, or simply don't stow those files.
If you want to learn how to make your system work for you, see What is GNU/Linux? and What is free software?.