Add dunst, kitty and user-dirs configuration
This commit is contained in:
parent
04247f86f9
commit
6f9a8246a2
2
etc/dunstrc
Normal file
2
etc/dunstrc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[global]
|
||||||
|
font = Ubuntu Mono 40
|
1
etc/kitty.conf
Normal file
1
etc/kitty.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
font_size 8.6
|
6
etc/user-dirs.dir
Normal file
6
etc/user-dirs.dir
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
XDG_DESKTOP_DIR="$HOME/etc"
|
||||||
|
XDG_DOCUMENTS_DIR="$HOME/doc"
|
||||||
|
XDG_DOWNLOAD_DIR="/tmp/downloads"
|
||||||
|
XDG_MUSIC_DIR="$HOME/music"
|
||||||
|
XDG_PICTURES_DIR="$HOME/images"
|
||||||
|
XDG_VIDEOS_DIR="$HOME/videos"
|
@ -80,6 +80,10 @@ in {
|
|||||||
".oh-my-zsh-custom/plugins/tmux-my/tmux-my.extra.conf".source = ./etc/tmux-my/tmux-my.extra.conf;
|
".oh-my-zsh-custom/plugins/tmux-my/tmux-my.extra.conf".source = ./etc/tmux-my/tmux-my.extra.conf;
|
||||||
".oh-my-zsh-custom/plugins/tmux-my/tmux-my.only.conf".source = ./etc/tmux-my/tmux-my.only.conf;
|
".oh-my-zsh-custom/plugins/tmux-my/tmux-my.only.conf".source = ./etc/tmux-my/tmux-my.only.conf;
|
||||||
".oh-my-zsh-custom/plugins/tmux-my/tmux-my.plugin.zsh".source = ./etc/tmux-my/tmux-my.plugin.zsh;
|
".oh-my-zsh-custom/plugins/tmux-my/tmux-my.plugin.zsh".source = ./etc/tmux-my/tmux-my.plugin.zsh;
|
||||||
|
|
||||||
|
".config/user-dirs.dirs".source = ./etc/user-dirs.dir;
|
||||||
|
".config/dunst/dunstrc".source = ./etc/dunstrc;
|
||||||
|
".config/kitty/kitty.conf".source = ./etc/kitty.conf;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.keyboard = {
|
home.keyboard = {
|
||||||
|
Loading…
Reference in New Issue
Block a user