diff --git a/etc/dunstrc b/etc/dunstrc new file mode 100644 index 0000000..f605864 --- /dev/null +++ b/etc/dunstrc @@ -0,0 +1,2 @@ +[global] +font = Ubuntu Mono 40 diff --git a/etc/kitty.conf b/etc/kitty.conf new file mode 100644 index 0000000..6837940 --- /dev/null +++ b/etc/kitty.conf @@ -0,0 +1 @@ +font_size 8.6 diff --git a/etc/user-dirs.dir b/etc/user-dirs.dir new file mode 100644 index 0000000..a11bec4 --- /dev/null +++ b/etc/user-dirs.dir @@ -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" diff --git a/home-manager.nix b/home-manager.nix index 65795fa..4e5a6a1 100644 --- a/home-manager.nix +++ b/home-manager.nix @@ -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.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; + + ".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 = {