summaryrefslogtreecommitdiff
path: root/machines/firelink.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-03-07 15:40:52 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-03-07 15:40:52 -0500
commit0f687ac0289b9d6402ebd595f84b774a7294aab9 (patch)
treed85f4af7c69194b583748127b2c7cbb860543d2c /machines/firelink.nix
parent78529ae2641e8645ee3459753819d0ecff655d86 (diff)
Fix errors
Diffstat (limited to 'machines/firelink.nix')
-rw-r--r--machines/firelink.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/machines/firelink.nix b/machines/firelink.nix
index 9ccaa7c..b04c60b 100644
--- a/machines/firelink.nix
+++ b/machines/firelink.nix
@@ -7,7 +7,7 @@ let
patches = [../patches/xow/0001-Single-controller-patch.patch];
});
my-linuxPackages =
- let linuxPkgs = super.my-extras.nixpkgs-unstable.legacyPackages.${pkgs.system}.linuxPackages_latest;
+ let linuxPkgs = super.unstable.linuxPackages_latest;
in linuxPkgs.extend (self: super: {
# xpadneo = super.xpadneo.overrideAttrs (o: rec {
# version = "master";
@@ -22,13 +22,8 @@ let
};
in
{
- imports = [
- ../config/common.nix
- ../config/desktop.nix
- ../config/yubikey.nix
- ];
-
orbekk.gaming.enable = true;
+ orbekk.desktop.enable = true;
environment.systemPackages = with pkgs; [
openmw