mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Fix errounous ;
This commit is contained in:
parent
42f4710c79
commit
5159cd66dd
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{ inputs, pkgs, lib, config, ...}: {
|
||||
|
||||
environment.systemPackages = with pkgs;
|
||||
(
|
||||
# Core packages
|
||||
|
|
@ -93,5 +92,5 @@
|
|||
widelands
|
||||
wesnoth
|
||||
] else []
|
||||
);
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue