feat(hosts): add impala to system packages

This commit is contained in:
tux
2026-08-18 23:54:09 +05:30
parent 8c755a5aa1
commit 9e2559b1b7
3 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
{ {
flake.modules.nixos.arcturus = flake.modules.nixos.arcturus =
{ {
pkgs,
hostName, hostName,
userName, userName,
... ...
@@ -154,6 +155,10 @@
firewall.enable = false; firewall.enable = false;
}; };
environment.systemPackages = with pkgs; [
impala
];
system.stateVersion = "26.05"; system.stateVersion = "26.05";
}; };
} }

View File

@@ -126,6 +126,7 @@
davinci-resolve davinci-resolve
telegram-desktop telegram-desktop
galaxy-buds-client galaxy-buds-client
impala
]; ];
# !!! DO NOT CHANGE THIS !!! # !!! DO NOT CHANGE THIS !!!

View File

@@ -125,6 +125,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
davinci-resolve davinci-resolve
telegram-desktop telegram-desktop
impala
]; ];
# !!! DO NOT CHANGE THIS !!! # !!! DO NOT CHANGE THIS !!!