spring cleaning

This commit is contained in:
alisceon 2025-12-06 23:47:07 +01:00
parent 190901ae30
commit 0a11161655
8 changed files with 130 additions and 283 deletions

View file

@ -12,17 +12,13 @@
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
flake-utils = {
url = "github:numtide/flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, nixpkgs-unstable, nur, nur-unstable, flake-utils, home-manager, ... }:
outputs = { self, nixpkgs, nixpkgs-unstable, nur, nur-unstable, home-manager, ... }:
let
system = "x86_64-linux";
pkgs = import nixpkgs {