about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-02-10 02:01:32 +0300
committerAzat Bahawi <azat@bahawi.net>2024-02-10 02:01:32 +0300
commitcf1122b2b3f1b819a6fc76cd23d478e30bc90139 (patch)
treecd5b257e8e0e00c86658a456aa15d7cb47435864
parent2024-02-09 (diff)
2024-02-10
Diffstat (limited to '')
-rw-r--r--flake.lock30
-rw-r--r--modules/common/git.nix3
-rw-r--r--modules/nixos/profiles/headful.nix1
3 files changed, 19 insertions, 15 deletions
diff --git a/flake.lock b/flake.lock
index 2ff519c..812a8e1 100644
--- a/flake.lock
+++ b/flake.lock
@@ -314,11 +314,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1707182094,
-        "narHash": "sha256-ocWDJvib5zVfyYPemfpmKZH2v3bHiaHVGhT817VtxDc=",
+        "lastModified": 1707441239,
+        "narHash": "sha256-5l4rk/1Q9DbzFbRGvGM3pAtdZMRhiqkOpBHaGLTvvsw=",
         "owner": "Infinidoge",
         "repo": "nix-minecraft",
-        "rev": "5f2c64bb2be399240c76a16897eb6988b81a4ad0",
+        "rev": "e32bf2c7fb97e06c9d7febc31c946eb3be42c2ab",
         "type": "github"
       },
       "original": {
@@ -364,11 +364,11 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1707205916,
-        "narHash": "sha256-fmRJilYGlB7VCt3XsdYxrA0u8e/K84O5xYucerUY0iM=",
+        "lastModified": 1707423438,
+        "narHash": "sha256-6URYQs2deyXOa6q9SuV2OgKtjx1q7Jnr0mgmO3DFqfw=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "8cc79aa39bbc6eaedaf286ae655b224c71e02907",
+        "rev": "a1eec211fcb06ae6eb9a46b399878cb1cc1717c0",
         "type": "github"
       },
       "original": {
@@ -380,11 +380,11 @@
     },
     "nixpkgs-master": {
       "locked": {
-        "lastModified": 1707301127,
-        "narHash": "sha256-T2ITL9oV1l/R2j9CkJg/my2dHWkKpNrA2J1vxuKWaOI=",
+        "lastModified": 1707466695,
+        "narHash": "sha256-CeTuYGD6QvkCuVIoGlLvYF3ew57gDG9lJVjjkr/hRWA=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "ff2a77caa34022fd91c94f4e045eb18e08a6139d",
+        "rev": "17048c39cbbecb8399243fc7800be007369c803c",
         "type": "github"
       },
       "original": {
@@ -396,11 +396,11 @@
     },
     "nixpkgs-stable": {
       "locked": {
-        "lastModified": 1707272513,
-        "narHash": "sha256-AzYRCVpWcCAReIUJs5zAFPQw+Y/P5o5SHLdXZgJ2P1M=",
+        "lastModified": 1707442183,
+        "narHash": "sha256-e4mBVnw9lsd+ZHaU5JAaydh6Rk/W97YHTkqVvspW3kk=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "88d128f5f35be5d405fe874495604f3f29350a5f",
+        "rev": "9d7a44754fae79c6b0821cbb0407418f79d24cc0",
         "type": "github"
       },
       "original": {
@@ -531,11 +531,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1707268437,
-        "narHash": "sha256-V2R7OyXn5E5A9YuAmpLTDGjHmxuFBRHFTyf9RoloYXw=",
+        "lastModified": 1707441271,
+        "narHash": "sha256-VbhPwJ6JDLklCClM1T14pzKrgsnIvWOg/2YUmYBmLFk=",
         "owner": "nix-community",
         "repo": "nix-vscode-extensions",
-        "rev": "bdb6e70f3dd307fdd9a20698a861d8f298883ea1",
+        "rev": "a008981410d7da870988b5415ebd33165d98084d",
         "type": "github"
       },
       "original": {
diff --git a/modules/common/git.nix b/modules/common/git.nix
index 45a0347..f582f66 100644
--- a/modules/common/git.nix
+++ b/modules/common/git.nix
@@ -106,7 +106,10 @@ in {
               "freedesktop" = "gitlab.freedesktop.org";
               "gnome" = "gitlab.gnome.org";
               "haskell" = "gitlab.haskell.org";
+              "homotopic" = "gitlab.homotopic.tech";
+              "horizon" = "gitlab.horizon-haskell.net";
               "kde" = "invent.kde.org";
+              "nixca" = "gitlab.nixca.dev";
               "notabug" = "notabug.org";
               "opencode" = "opencode.net";
               "torproject" = "gitlab.torproject.org";
diff --git a/modules/nixos/profiles/headful.nix b/modules/nixos/profiles/headful.nix
index a168d0a..187c5a3 100644
--- a/modules/nixos/profiles/headful.nix
+++ b/modules/nixos/profiles/headful.nix
@@ -29,6 +29,7 @@ in {
         calibre
         element-desktop
         imv
+        libreoffice-fresh
         mumble
         telegram-desktop
         tor-browser-bundle-bin

Consider giving Nix/NixOS a try! <3