#+title: Litterate Sway Configuration #+author: Geir Okkenhaug Jerstad #+email: geir@geokkjer.eu #+options: toc:nil num:nil #+PROPERTY: header-args:shell :tangle yes :exports code * Prep ** Install sway with Nerdfonts #+begin_src nix :tangle ~/.nixconfigs/sway.nix { environment.systemPackages = with pkgs; [ sway waybar gammastep fuzzel ]; fonts = with pkgs; [ inter-nerdfont jetbrains-mono-nerdfont source-code-pro-nerdfont ubuntu-mono-nerdfont ]; } #+end_src * Sway Configuration ** Sway config #+begin_src shell :tangle ~/.config/sway/config # This file is managed by Geir Okkenhaug Jerstad # and is litterate. #+End_src ** Waybar config #+begin_src shell :tangle ~/.config/waybar/config # This file is managed by Geir Okkenhaug Jerstad # and is litterate. #+End_src ** Waybar style #+begin_src shell :tangle ~/.config/waybar/style.css # This file is managed by Geir Okkenhaug Jerstad # and is litterate. #+End_src ** Fuzzel config #+begin_src shell :tangle ~/.config/fuzzel/config # This file is managed by Geir Okkenhaug Jerstad # and is litterate. #+End_src ** Gammastep config #+begin_src shell :tangle ~/.config/gammastep/gammastep.conf # This file is managed by Geir Okkenhaug Jerstad # and is litterate. #+End_src