chore: bump flake.lock and refactor flake.nix

This commit is contained in:
Zhongheng Liu 2024-09-26 16:49:28 +03:00
commit 4f6d4cba4a
No known key found for this signature in database
2 changed files with 90 additions and 88 deletions

View file

@ -9,13 +9,15 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# Home manager
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix.url = "github:danth/stylix";
stylix = {url = "github:danth/stylix";};
spicetify-nix = {
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";