mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
Added more dotfiles
This commit is contained in:
parent
bf6a91943d
commit
f1a4a1f149
4 changed files with 16 additions and 2 deletions
13
home-config/alacritty/alacritty.yml
Normal file
13
home-config/alacritty/alacritty.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
font:
|
||||
size: 15
|
||||
normal:
|
||||
family: "Monofur for Powerline"
|
||||
style: Regular
|
||||
|
||||
bold:
|
||||
family: "Monofur for Powerline"
|
||||
style: Bold
|
||||
|
||||
italic:
|
||||
family: "Monofur for Powerline"
|
||||
style: Italic
|
|
@ -92,6 +92,7 @@
|
|||
`(("nvim/init.vim" ,(local-file "nvim/config/init.vim"))
|
||||
("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim"))
|
||||
("sway" ,(local-file "sway" #:recursive? #t))
|
||||
("waybar" ,(local-file "waybar" #:recursive? #t)) ))
|
||||
("waybar" ,(local-file "waybar" #:recursive? #t))
|
||||
("alacritty" ,(local-file "alacritty" #:recursive? #t)) ))
|
||||
(service home-files-service-type
|
||||
`((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) )))))
|
||||
|
|
BIN
home-config/sway/Wallpapers/mountains.jpg
Normal file
BIN
home-config/sway/Wallpapers/mountains.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 MiB |
|
@ -49,7 +49,7 @@ set $lock_now 'swaylock --screenshots --clock --indicator --fade-in 1 --effect-b
|
|||
### Output configuration
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
output * bg ~/Pictures/Wallpapers/mountains.jpg fill
|
||||
output * bg ~/.config/sway/Wallpapers/mountains.jpg fill
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue