BROKEN: rose-pine dunst config
This commit is contained in:
parent
8c888b693a
commit
0e0b28fbb1
3 changed files with 32 additions and 1 deletions
17
flake.lock
17
flake.lock
|
@ -20,6 +20,22 @@
|
||||||
"url": "https://git.zynh.me/Zynh0722/backgrounds"
|
"url": "https://git.zynh.me/Zynh0722/backgrounds"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"dunst-theme": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1715462588,
|
||||||
|
"narHash": "sha256-XoE+5kMVSjqGmpU71zsfcnZuwM9q1dXTUs//Y9nC7HQ=",
|
||||||
|
"owner": "d2718nis",
|
||||||
|
"repo": "rose-pine-dunst",
|
||||||
|
"rev": "496499eaed38a07ce4f79ec91baaf6e1e4c28bc5",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "d2718nis",
|
||||||
|
"repo": "rose-pine-dunst",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"fish_theme": {
|
"fish_theme": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
@ -275,6 +291,7 @@
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"backgrounds": "backgrounds",
|
"backgrounds": "backgrounds",
|
||||||
|
"dunst-theme": "dunst-theme",
|
||||||
"fish_theme": "fish_theme",
|
"fish_theme": "fish_theme",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"neovim-overlay": "neovim-overlay",
|
"neovim-overlay": "neovim-overlay",
|
||||||
|
|
|
@ -20,6 +20,11 @@
|
||||||
url = "git+https://git.zynh.me/Zynh0722/backgrounds";
|
url = "git+https://git.zynh.me/Zynh0722/backgrounds";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dunst-theme = {
|
||||||
|
url = "github:d2718nis/rose-pine-dunst";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
|
@ -16,7 +16,16 @@
|
||||||
|
|
||||||
xsession.numlock.enable = true;
|
xsession.numlock.enable = true;
|
||||||
|
|
||||||
services.dunst.enable = true;
|
services.dunst = {
|
||||||
|
enable = true;
|
||||||
|
iconTheme = {
|
||||||
|
name = "rose-pine";
|
||||||
|
package = pkgs.rose-pine-icon-theme;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
xdg.configFile."dunst/dunstrc.d/50-theme.conf".source = inputs.dunst-theme.outPath + "/rose-pine.conf";
|
||||||
|
|
||||||
services.unclutter.enable = true;
|
services.unclutter.enable = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue