This commit is contained in:
Chris Cochrun 2025-11-20 10:50:53 -06:00
parent 04ff90b9a0
commit b2c421ef54
8 changed files with 428 additions and 176 deletions

View file

@ -22,19 +22,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
octotype.url = "github:mahlquistj/octotype/main";
# radicle = {
# type = "git";
# url = "https://seed.radicle.garden/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git";
# inputs.nixpkgs.follows = "nixpkgs";
# };
# eww = {
# url = "github:elkowar/eww";
# inputs.nixpkgs.follows = "nixpkgs";
# };
# ags = {
# url = "github:Aylur/ags";
# inputs.nixpkgs.follows = "nixpkgs";
# };
affinity-nix.url = "github:mrshmllow/affinity-nix";
emacs = {
url =
"github:nix-community/emacs-overlay/dd38645351b6f14cda47c81456131c86b11386db";
@ -57,7 +45,7 @@
outputs = inputs@{ nixpkgs, nixpkgs-stable, home-manager,
quickemu, nixos-hardware, emacs, nix-bitcoin, octotype,
simple-nixos-mailserver, anipy-cli, darkly, niri,
stylix, self, ... }:
stylix, self, affinity-nix, ... }:
let
system = "x86_64-linux";
username = "chris";