Remaking litterate configs with copilot
This commit is contained in:
parent
ab93034d6d
commit
7dd753506f
4 changed files with 214 additions and 16 deletions
57
dotfiles/sway/Sway.org
Normal file
57
dotfiles/sway/Sway.org
Normal file
|
@ -0,0 +1,57 @@
|
|||
#+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 <geir@geokkjer.eu>
|
||||
# and is litterate.
|
||||
|
||||
#+End_src
|
||||
|
||||
** Waybar config
|
||||
#+begin_src shell :tangle ~/.config/waybar/config
|
||||
# This file is managed by Geir Okkenhaug Jerstad <geir@geokkjer.eu>
|
||||
# and is litterate.
|
||||
|
||||
#+End_src
|
||||
** Waybar style
|
||||
#+begin_src shell :tangle ~/.config/waybar/style.css
|
||||
# This file is managed by Geir Okkenhaug Jerstad <geir@geokkjer.eu>
|
||||
# and is litterate.
|
||||
|
||||
#+End_src
|
||||
** Fuzzel config
|
||||
#+begin_src shell :tangle ~/.config/fuzzel/config
|
||||
# This file is managed by Geir Okkenhaug Jerstad <geir@geokkjer.eu>
|
||||
# and is litterate.
|
||||
|
||||
#+End_src
|
||||
** Gammastep config
|
||||
#+begin_src shell :tangle ~/.config/gammastep/gammastep.conf
|
||||
# This file is managed by Geir Okkenhaug Jerstad <geir@geokkjer.eu>
|
||||
# and is litterate.
|
||||
|
||||
#+End_src
|
Loading…
Add table
Add a link
Reference in a new issue