push
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -3,19 +3,27 @@
|
||||
|
||||
inputs = {
|
||||
den.url = "github:vic/den";
|
||||
|
||||
flake-aspects.url = "github:vic/flake-aspects";
|
||||
|
||||
flake-file.url = "github:vic/flake-file";
|
||||
|
||||
flake-parts = {
|
||||
inputs.nixpkgs-lib.follows = "nixpkgs-lib";
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
url = "github:nix-community/home-manager";
|
||||
};
|
||||
|
||||
import-tree.url = "github:vic/import-tree";
|
||||
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
nixpkgs-lib.follows = "nixpkgs";
|
||||
|
||||
systems.url = "github:nix-systems/default";
|
||||
|
||||
stylix = {
|
||||
@@ -32,7 +40,7 @@
|
||||
nixcord.url = "github:FlameFlag/nixcord";
|
||||
|
||||
catppuccin-userstyles-nix = {
|
||||
url = "github:different-name/catppuccin-userstyles-nix";
|
||||
url = "github:4DBug/catppuccin-userstyles-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
@@ -40,5 +48,7 @@
|
||||
|
||||
# nix-gaming.url = "github:fufexan/nix-gaming";
|
||||
# nix-citizen.inputs.nix-gaming.follows = "nix-gaming";
|
||||
|
||||
# hytale-launcher.url = "github:JPyke3/hytale-launcher-nix";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user