We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c927f6 commit 56a2b60Copy full SHA for 56a2b60
hosts/eientei/temp.nix
@@ -3,6 +3,7 @@
3
inputs,
4
pkgs,
5
config,
6
+ system,
7
...
8
}: {
9
environment.etc."vconsole.conf".text = lib.mkForce "KEYMAP=colemak";
@@ -56,9 +57,9 @@
56
57
];
58
packages = with pkgs; [
59
fastfetch
- inputs.helium.packages."${pkgs.system}".helium
60
- inputs.zen-browser.packages."${pkgs.system}".beta
61
- inputs.zed.packages."${pkgs.system}".default
+ inputs.helium.packages.${system}.helium
+ inputs.zen-browser.packages.${system}.beta
62
+ inputs.zed.packages.${system}.default
63
elixir-ls
64
libreoffice
65
slack
0 commit comments