solterra(apps): replace dunst with mako
This commit is contained in:
parent
6420ebef60
commit
6004b4eac5
11 changed files with 72 additions and 592 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue