Update formatter
This commit is contained in:
parent
4eea2232fb
commit
d8235cb2a9
55 changed files with 1031 additions and 664 deletions
|
@ -1,9 +1,24 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
home.packages = with pkgs;
|
||||
[ neverball wesnoth pingus superTux superTuxKart extremetuxracer zeroad ]
|
||||
++ (with pkgs.gnome; [ # Selection of gnome games
|
||||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
neverball
|
||||
wesnoth
|
||||
pingus
|
||||
superTux
|
||||
superTuxKart
|
||||
extremetuxracer
|
||||
zeroad
|
||||
]
|
||||
++ (with pkgs.gnome; [
|
||||
# Selection of gnome games
|
||||
five-or-more
|
||||
four-in-a-row
|
||||
gnome-chess
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue