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

@ -14,6 +14,10 @@
alejandra
;
};
sessionVariables.EDITOR = "emacsclient -c";
shellAliases = {
"e" = "$EDITOR";
};
};
alqueva = {
@ -26,25 +30,12 @@
enable = true;
package = pkgs.waybar;
};
sleep-or-die = {
enable = true;
title = "It's bed time, lil bro.";
message = "Go to bed now vro... you don't want to see a nice guy lose his temper... You have one hour.";
image = ../../media/king_von.png;
sound = ../../media/majoras_mask_bell.wav;
};
direnv.enable = true;
openssh.enable = true;
};
shells = {
nushell = {
enable = true;
package = pkgs.amadaluzian-nu;
};
xonsh = {
enable = true;
package = pkgs.amadaluzian-xonsh;
};
shells.nushell = {
enable = true;
package = pkgs.amadaluzian-nu;
};
system.pipewire.enable = true;
wms.niri.enable = true;
@ -86,17 +77,13 @@
package = inputs.pankomacs.packages.${pkgs.system}.pgtk;
startWithGraphical = true;
install = true;
defaultEditor = true;
};
};
programs.git.config = {
gpg.format = "ssh";
user = {
email = "amad@atl.tools";
name = "Artur Manuel";
signingKey = "~/.ssh/id_ed25519.pub";
};
virtualisation.virtualbox.host = {
enable = true;
enableKvm = true;
addNetworkInterface = false;
};
nix.gc.automatic = lib.mkForce false;