forked from extern/nix-config
My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
a0c030fe7c
This commit makes the post-wal script a bit more aware of its environment. This is only to support Plasma with bspwm, which needs the bspwm settings but not the dunst settings. Since bspwm with KDE settings performs exceptionally well, I may drop Plasma with bspwm support altogether and revert this commit at a later date. The overhead of wmctrl and grep may not be worth it. Additionally, the filename should probably be changed to a more generic one in order to support more software as needed. |
||
---|---|---|
.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?.