From b71893258a962f4befce9e1c8f3879dc992892e4 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 5b6a70b..627326d 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 929a3905406c9f43fb976c3fe1ae09929d72bc13 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 627326d..d52a618 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 3a3cc6b85998ba1d28383e4d252f9fec65806839 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 d52a618..71f5e95 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 b7fd60716e249ac03007fe96f82fa1972b2e6c66 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 71f5e95..7c6837f 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 c0606ecfd1fbf870182e4563b590a82edbf1580b 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 7c6837f..2e73640 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 4bc25074b7e4efab882addd634ef24778ebe5b93 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 693cef5..818d1ac 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