Integrate hummelberg desktop configuration
This commit is contained in:
parent
e8f2a29484
commit
81eb15d52a
22 changed files with 824 additions and 25 deletions
16
defaults/games/default.nix
Normal file
16
defaults/games/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
neverball
|
||||
wesnoth
|
||||
pingus
|
||||
superTux
|
||||
superTuxKart
|
||||
extremetuxracer
|
||||
zeroad
|
||||
#TODO: smc
|
||||
];
|
||||
|
||||
services.gnome3.games.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue