summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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