fix some deprecated

This commit is contained in:
notgne2 2024-08-21 01:28:33 -07:00
parent 3b137987ac
commit 2fbfde8937
No known key found for this signature in database
7 changed files with 20 additions and 42 deletions

View file

@ -2,12 +2,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
spicetify-nix = {
url = "github:the-argus/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
flake-utils.url = "github:numtide/flake-utils";
home-manager = {