feat(sleep-or-die): fix my sleep schedule
This commit is contained in:
parent
85701e0e29
commit
6d555ec898
9 changed files with 141 additions and 5 deletions
|
@ -29,13 +29,26 @@
|
|||
enable = true;
|
||||
package = pkgs.amadaluzian-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;
|
||||
git.enable = true;
|
||||
openssh.enable = true;
|
||||
};
|
||||
shells.xonsh = {
|
||||
enable = true;
|
||||
package = pkgs.amadaluzian-xonsh;
|
||||
shells = {
|
||||
nushell = {
|
||||
enable = true;
|
||||
package = pkgs.amadaluzian-nu;
|
||||
};
|
||||
xonsh = {
|
||||
enable = true;
|
||||
package = pkgs.amadaluzian-xonsh;
|
||||
};
|
||||
};
|
||||
system.pipewire.enable = true;
|
||||
wms.niri.enable = true;
|
||||
|
|
|
@ -508,6 +508,6 @@ binds {
|
|||
}
|
||||
|
||||
cursor {
|
||||
xcursor-theme "Simp1e-Nord-Dark"
|
||||
xcursor-theme "Simp1e-Gruvbox-Dark"
|
||||
xcursor-size 24
|
||||
}
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
alqueva.users.artur = {
|
||||
shell = pkgs.amadaluzian-nu;
|
||||
shell = config.alqueva.shells.nushell.package;
|
||||
tmpfiles = {
|
||||
".config/qutebrowser/config.py" = ./configs/qutebrowser/config.py;
|
||||
".config/qutebrowser/theme" = ./configs/qutebrowser/theme;
|
||||
|
@ -42,6 +43,7 @@
|
|||
dino
|
||||
;
|
||||
inherit (inputs.hetch.packages.${pkgs.system}) hetch;
|
||||
inherit (inputs.gimp-nixpkgs.legacyPackages.${pkgs.system}) gimp;
|
||||
};
|
||||
groups = [
|
||||
"wheel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue