From 4cccda61fbfcbea3b59ca5d0be5d52a3571e0fdd Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 9 Oct 2017 11:05:02 +0200 Subject: l daedalus.r: add steam & games --- lass/1systems/daedalus/config.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lass/1systems/daedalus/config.nix') diff --git a/lass/1systems/daedalus/config.nix b/lass/1systems/daedalus/config.nix index e1bce5da8..9760272ac 100644 --- a/lass/1systems/daedalus/config.nix +++ b/lass/1systems/daedalus/config.nix @@ -9,6 +9,8 @@ with import ; + + { # bubsy config users.users.bubsy = { -- cgit v1.2.3 From d3b00fa8e7d0727a6a68590a41afec060c930745 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 9 Oct 2017 11:05:26 +0200 Subject: l daedalus.r: add pkgs.audacity --- lass/1systems/daedalus/config.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lass/1systems/daedalus/config.nix') diff --git a/lass/1systems/daedalus/config.nix b/lass/1systems/daedalus/config.nix index 9760272ac..7b90ebb63 100644 --- a/lass/1systems/daedalus/config.nix +++ b/lass/1systems/daedalus/config.nix @@ -36,6 +36,7 @@ with import ; hexchat networkmanagerapplet libreoffice + audacity ]; services.xserver.enable = true; services.xserver.displayManager.lightdm.enable = true; -- cgit v1.2.3