solterra(apps): replace dunst with mako

This commit is contained in:
Artur Manuel 2025-03-28 00:19:18 +00:00
commit 6004b4eac5
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
11 changed files with 72 additions and 592 deletions

View file

@ -38,7 +38,7 @@
};
pankomacs = {
type = "git";
url = "https://codeberg.org/amadaluzia/pankomacs.git";
url = "https://copeberg.org/amadaluzia/pankomacs.git";
ref = "main";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -50,19 +50,19 @@
};
painless-neovim = {
type = "git";
url = "https://codeberg.org/amadaluzia/painless-neovim.git";
url = "https://copeberg.org/amadaluzia/painless-neovim.git";
ref = "master";
inputs.nixpkgs.follows = "nixpkgs";
};
hetch = {
type = "git";
url = "https://codeberg.org/amadaluzia/hetch.git";
url = "https://copeberg.org/amadaluzia/hetch.git";
ref = "master";
inputs.nixpkgs.follows = "nixpkgs";
};
alqages = {
type = "git";
url = "https://codeberg.org/amadaluzia/alqages.git";
url = "https://copeberg.org/amadaluzia/alqages.git";
inputs.nixpkgs.follows = "nixpkgs";
};
gimp-nixpkgs = {