Skip to content

Commit

Permalink
docs: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Feb 4, 2024
1 parent 53a8bb1 commit 9c9390f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};

# Secrets
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -30,20 +31,24 @@
inputs.nixpkgs.follows = "nixpkgs";
};

# Keyboard hotkey remapping
xremap-flake = {
url = "github:xremap/nix-flake";
inputs.nixpkgs.follows = "nixpkgs";
};

# Text editor branch
helix-flake = {
url = "github:icecreammatt/helix/refs/tags/2024-01-29";
inputs.nixpkgs.follows = "nixpkgs";
};

# Build caching
attic = {
url = "github:zhaofengli/attic";
};

# Simple example on how to use flake input
worm = {
url = "github:icecreammatt/ssu-cs315-worm";
inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -63,15 +68,15 @@
attic,
...
}: {
# Gaming PC, VM, Raspberry Pi
# Gaming PC, Mini, VM, Raspberry Pi
nixosConfigurations = (
import ./hosts/nixos {
inherit (nixpkgs) lib;
inherit inputs nixpkgs nixos-hardware home-manager hyprland sops-nix helix-flake attic;
}
);

# M1 Mac + Linux config
# Asahi Linux (M1 Mac)
asahiConfiguration = (
import ./hosts/asahi {
inherit (nixpkgs) lib;
Expand Down

0 comments on commit 9c9390f

Please sign in to comment.