summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-05-18 12:08:25 +0000
committerDevin Finlinson <devin.finlinson@pm.me>2025-05-18 12:08:25 +0000
commiteb1f2774f4ab15e8f2ec99150eeb3f342d133ea2 (patch)
tree73957e3c27f6d0652d7f7a293d38a28052bff42f /flake.nix
parentf47acf99fd0817a335742f7a6863faa56d3ba6f0 (diff)
parent7d7f5905769c488d2129b2ec0ade6451f0765d84 (diff)
Merge branch 'master' of ssh://bosco:/srv/git/.flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 5432ce5..37c8b79 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
# alternative nix compiler
lix-module = {
- url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz";
+ url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
@@ -71,6 +71,11 @@
flake = false;
};
+ hugo-congo = {
+ url = "https://github.com/jpanther/congo";
+ flake = false;
+ };
+
# ryan4yin wallpapers
wallpapers = {
url = "github:ryan4yin/wallpapers";
@@ -284,7 +289,7 @@
};
live = lib.nixosSystem {
modules = minimalHomeManagerSettings ++ [
- (nixpkgs + "/nixos/modules/installer/sd-card/sd-image-aarch64-installer.nix")
+ # (nixpkgs + "/nixos/modules/installer/sd-card/sd-image-aarch64-installer.nix")
./machines/iso/configuration.nix
./modules/users/defin.nix
./modules/nixos/system-packages.nix