whole flake: remove wrapper-manager
a
This commit is contained in:
parent
3ad0bedbfe
commit
931b8c9c7e
8 changed files with 28 additions and 138 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue