lots of things (insanely good commit msg ik)

This commit is contained in:
xunuwu 2024-11-05 09:15:11 +01:00
parent 37bf3c37a4
commit aac7aed59f
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
16 changed files with 508 additions and 101 deletions

View file

@ -55,8 +55,10 @@
hardware.url = "github:nixos/nixos-hardware";
home-manager.url = "github:nix-community/home-manager";
small-nvim.url = "github:xunuwu/small-nvim";
# small-nvim.url = "/home/xun/dots/small-nvim";
nvim-nix = {
url = "github:xunuwu/nvim-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix.url = "github:danth/stylix";
nur.url = "github:nix-community/NUR";
sops-nix.url = "github:Mic92/sops-nix";
@ -75,6 +77,10 @@
url = "github:nix-community/haumea";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-gaming = {
url = "github:fufexan/nix-gaming";
inputs.nixpkgs.follows = "nixpkgs";
};
## deduplication
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";