commit 44ebf332137a6a67f2cb008ab9b1f5a9e35aa0be parent 449d1c37bb31d88665d2deff3f3d45a92134cc4d Author: benjamin paul <bpaul@bpaul.xyz> Date: Fri, 2 Jul 2021 21:45:19 +1000 Readme! Diffstat:
A | README.md | | | 24 | ++++++++++++++++++++++++ |
1 file changed, 24 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,24 @@ +# NixOS and home-manager Configuration + +This repo contains the configuration files for my laptop and desktop. +My laptop runs NixOS!! +My desktop runs Arch linux and uses only home-manager. Most of the configuration is with home-manager so it doesnt make much of a difference. + +This configuration is managed using flakes. They are very cool. + +## Current programs used: +| Window Manager | bspwm | +| Hotkey daemon | xbindkeys | +| Status bar | polybar | +| Terminal emulator | Alacritty | +| Editor | Neovim | +| Shell | zsh | +| Prompt | starship | +| Application launcher | rofi | +| Notification daemon | dunst | +| pdf reader | zathura | +| Browser | firefox | + +Note there may be configuration for programs that I don't use, and they are probably there from me trying out those programs. + +i might explain how i use the programs later idk