From 156fbc44c886eb787aef685593deb4fd6ca191dd Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 23 Feb 2021 21:02:05 +0100 Subject: tv gitrepos: add hack --- tv/2configs/gitrepos.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tv/2configs') diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index 5b6a70b27..627326d36 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -114,6 +114,7 @@ let { }; } // mapAttrs (_: recursiveUpdate { cgit.section = "3. Haskell libraries"; }) { blessings = {}; + hack = {}; hc = {}; mime = {}; quipper = {}; -- cgit v1.2.3 From 07da2c7f9bdc3c815f7a516fcc331e63059ec493 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 23 Feb 2021 21:31:02 +0100 Subject: tv gitrepos: add pager --- tv/2configs/gitrepos.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tv/2configs') diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index 627326d36..d52a618c3 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -96,6 +96,8 @@ let { nix-writers = { cgit.desc = "collection of package builders"; }; + pager = { + }; populate = { cgit.desc = "source code installer"; }; -- cgit v1.2.3 From 2556ba30facff99e719b30d6f96ab5e14d51e5f0 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 23 Feb 2021 21:39:00 +0100 Subject: tv gitrepos: add X11-aeson --- tv/2configs/gitrepos.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tv/2configs') diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index d52a618c3..71f5e957b 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -115,6 +115,7 @@ let { ni = { }; } // mapAttrs (_: recursiveUpdate { cgit.section = "3. Haskell libraries"; }) { + X11-aeson = {}; blessings = {}; hack = {}; hc = {}; -- cgit v1.2.3 From f465e0f49fe29c88dc32a5cdfbf6678cbef9f2e4 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 23 Feb 2021 21:44:28 +0100 Subject: tv gitrepos: add xmonad-aeson --- tv/2configs/gitrepos.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tv/2configs') diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index 71f5e957b..7c6837ff0 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -125,6 +125,7 @@ let { wai-middleware-time = {}; web-routes-wai-custom = {}; xintmap = {}; + xmonad-aeson = {}; xmonad-stockholm = {}; } // mapAttrs (_: recursiveUpdate { cgit.section = "4. museum"; }) { cac-api = { -- cgit v1.2.3 From e217c289eec3f1a0d27b380b850b457a5421dd44 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 23 Feb 2021 22:42:18 +0100 Subject: tv gitrepos: add xmonad-web --- tv/2configs/gitrepos.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tv/2configs') diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index 7c6837ff0..2e73640ff 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -127,6 +127,7 @@ let { xintmap = {}; xmonad-aeson = {}; xmonad-stockholm = {}; + xmonad-web = {}; } // mapAttrs (_: recursiveUpdate { cgit.section = "4. museum"; }) { cac-api = { cgit.desc = "CloudAtCost API command line interface"; -- cgit v1.2.3 From a9b82ce4124cb3a3f2e6ee8b087c0d8461bad386 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 7 Mar 2021 21:04:47 +0100 Subject: tv w110er: enable all the redistributable firmware ...for wifi :) --- tv/2configs/hw/w110er.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tv/2configs') diff --git a/tv/2configs/hw/w110er.nix b/tv/2configs/hw/w110er.nix index 693cef5ac..818d1aca6 100644 --- a/tv/2configs/hw/w110er.nix +++ b/tv/2configs/hw/w110er.nix @@ -28,6 +28,8 @@ with import ; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + hardware.enableRedistributableFirmware = true; + hardware.opengl.driSupport32Bit = true; hardware.opengl.extraPackages = [ pkgs.vaapiIntel ]; -- cgit v1.2.3