mauville:" install heroic
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-12-08 13:42:19 -05:00
parent 4a5b5b74c4
commit 40792628eb

View file

@ -2,6 +2,7 @@
{
config,
lib,
pkgs,
self,
...
}: let
@ -97,7 +98,11 @@ in {
};
};
environment.variables.GDK_SCALE = "1.25";
environment = {
systemPackages = with pkgs; [heroic];
variables.GDK_SCALE = "1.25";
};
system.stateVersion = "24.05";
ar = {