diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-21 20:11:22 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-21 20:11:22 +0530 |
| commit | 4880564f84797f240abc8860f97abe508e0172f5 (patch) | |
| tree | 8e71319e686ed8e450284558e8904dc09d6d0a13 | |
| parent | 9e4631408a482f305c6f107d6407f179d50b8269 (diff) | |
| download | nixos-config-4880564f84797f240abc8860f97abe508e0172f5.tar.gz nixos-config-4880564f84797f240abc8860f97abe508e0172f5.zip | |
adds readme
| -rw-r--r-- | README.md | 23 | ||||
| -rw-r--r-- | packages.nix | 1 | ||||
| -rwxr-xr-x | packages/dwm/autostart.sh | 2 |
3 files changed, 24 insertions, 2 deletions
@@ -1 +1,22 @@ -# nixos-dotfiles
\ No newline at end of file +# Dotfiles + +## The tools I'm managing here actively are +* `nixos` - OS +* `dwm` - Window manager ([My fork of dwm](https://github.com/phenax/dwm)) +* `st` - Terminal ([My fork of st](https://github.com/phenax/st)) +* `shotkey` - Key bindings [Simple hotkey daemon](https://github.com/phenax/shotkey) [My config](https://github.com/phenax/shotkey/blob/personal/config.h) +* `qutebrowser` - Web browser +* `feh` - Wallpaper +* `pass` - Password manager +* `nvim` - Text editor +* `zsh` - My shell +* `sxiv` - Image viewer +* `mpv` - Video player +* `lf` - File manager +* `mpd` - Music daemon +* `ncmpcpp` + `mpc` - Music client +* `dwmblocks` - Status bar text ([My fork of dwmblocks](https://github.com/phenax/dwmblocks)) +* `dmenu` - Application launcher / custom menu scripts ([My fork of dmenu](https://github.com/phenax/dmenu)) +* `picom` - Compositor +* `zathura` - PDF reader + diff --git a/packages.nix b/packages.nix index 86ed692..edc772e 100644 --- a/packages.nix +++ b/packages.nix @@ -62,6 +62,7 @@ let pciutils udiskie feh + picom ffmpeg-full # nm-applet diff --git a/packages/dwm/autostart.sh b/packages/dwm/autostart.sh index 1d0caa8..839fa96 100755 --- a/packages/dwm/autostart.sh +++ b/packages/dwm/autostart.sh @@ -48,7 +48,7 @@ run() { run "dunst" dunst -config ~/.config/dunst/dunstrc; # Compositor - run "picom" picom --experimental-backends --config ~/.config/compton.conf; + # run "picom" picom --experimental-backends --config ~/.config/compton.conf; # Cron jobs run "crond" crond -n -f ~/.config/crontab/crontab; |
