remove spicetify
This commit is contained in:
parent
628166f8f0
commit
684a6eea14
3 changed files with 3 additions and 73 deletions
10
flake.nix
10
flake.nix
|
|
@ -55,11 +55,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
spicetify-nix = {
|
||||
url = "github:Gerg-L/spicetify-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -71,7 +66,7 @@
|
|||
};
|
||||
|
||||
openmw = {
|
||||
url = "gitlab:OpenMW/openmw";
|
||||
url = "gitlab:OpenMW/openmw/01bcd6";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -90,7 +85,6 @@
|
|||
niri,
|
||||
hyprland,
|
||||
noctalia,
|
||||
spicetify-nix,
|
||||
nur,
|
||||
nixvim,
|
||||
openmw,
|
||||
|
|
@ -234,11 +228,9 @@
|
|||
)
|
||||
plasma-manager.homeModules.plasma-manager
|
||||
noctalia.homeModules.default
|
||||
spicetify-nix.homeManagerModules.default
|
||||
nixvim.homeModules.nixvim
|
||||
];
|
||||
extraSpecialArgs = {
|
||||
inherit spicetify-nix;
|
||||
pkgs-unstable = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
config = pkgConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue