whole flake: remove wrapper-manager

a
This commit is contained in:
Charlie Root 2024-11-01 14:13:48 +01:00
commit 931b8c9c7e
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
8 changed files with 28 additions and 138 deletions

View file

@ -11,6 +11,9 @@
];
flake = {
formatter.x86_64-linux = pkgs.alejandra;
nixosModules = {
shell = import ./modules/shell;
};
};
};
inputs = {
@ -68,8 +71,6 @@
url = "github:gerg-l/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# Wrapper-manager for safely wrapping some packages.
wrapper-manager.url = "github:viperML/wrapper-manager";
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";