1
0
Fork 0

Move dunst configuration to home-manager

master
dump_stack() 2020-11-29 19:25:47 +00:00
parent 0ed27480b5
commit e868ae599d
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 13 additions and 7 deletions

View File

@ -1,6 +0,0 @@
[global]
font = Ubuntu Mono 12
[ignore]
summary = "browserpass: Install native host app"
format = ""

View File

@ -25,6 +25,19 @@ in {
};
home-manager.users.user = {
services.dunst = {
enable = true;
settings = {
global = {
font = "Ubuntu Mono 12";
};
ignore = {
summary = "browserpass: Install native host app";
format = "";
};
};
};
programs = {
git = {
enable = true;
@ -106,7 +119,6 @@ in {
".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;
};