lots of things (insanely good commit msg ik)
This commit is contained in:
parent
37bf3c37a4
commit
aac7aed59f
16 changed files with 508 additions and 101 deletions
10
flake.nix
10
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue