From fc18e5538c173b409487dae0d567f4b3ee157e6c Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sun, 23 Jun 2024 21:15:52 +0100 Subject: [PATCH 1/3] Install `lshw` --- common/utilities.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/utilities.nix b/common/utilities.nix index b8d6178..b08b57b 100644 --- a/common/utilities.nix +++ b/common/utilities.nix @@ -5,6 +5,7 @@ environment.systemPackages = with pkgs; [ git inetutils + lshw parted wget ]; From 5cfadeea01c93aa89f029263ef3ec87b97b81b08 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sun, 23 Jun 2024 21:16:21 +0100 Subject: [PATCH 2/3] Enable NUR --- hive.nix | 1 + npins/sources.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/hive.nix b/hive.nix index 7251c01..35b6cb3 100644 --- a/hive.nix +++ b/hive.nix @@ -10,6 +10,7 @@ in { allowUnfree = true; packageOverrides = pkgs: { agenix = (import sources.agenix { inherit pkgs; }).agenix; + nur = (import sources.nur { inherit pkgs; }); vscode-extensions = (import sources.nix-vscode-extensions).extensions.x86_64-linux; # TODO: This should check the host architecture }; }; diff --git a/npins/sources.json b/npins/sources.json index f0a5225..8e0ee9c 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -44,6 +44,18 @@ "name": "nixos-24.05", "url": "https://releases.nixos.org/nixos/24.05/nixos-24.05.1503.752c634c09ce/nixexprs.tar.xz", "hash": "0rl95c97s2ad1sg7h8dxdsiarmacbi38gwmcy9a9a4blsaa43ahm" + }, + "nur": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "nix-community", + "repo": "NUR" + }, + "branch": "master", + "revision": "255122407be8684afd4627ff97331491e127f15a", + "url": "https://github.com/nix-community/NUR/archive/255122407be8684afd4627ff97331491e127f15a.tar.gz", + "hash": "1xl0hwsjhn9px8fjq332ri6g6hz7hclgzlc0wpxivbdcj0ydllwj" } }, "version": 3 From 86fb1b3819d9002e2fdcfbadb1fa869fbd1f796f Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sun, 23 Jun 2024 21:16:35 +0100 Subject: [PATCH 3/3] [tohru] Install Digital: A Love Story --- hosts/tohru/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/tohru/home.nix b/hosts/tohru/home.nix index 31f8e74..cf4ffc3 100644 --- a/hosts/tohru/home.nix +++ b/hosts/tohru/home.nix @@ -16,6 +16,8 @@ keepassxc thunderbird tor-browser-bundle-bin + + nur.repos.qenya.digitalalovestory-bin ]; programs.chromium.enable = true;