flake: remove hyprswitch input
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
|
||||
matrix-synapse-next.url = "github:dali99/nixos-matrix-modules/v0.6.0";
|
||||
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
||||
hyprswitch.url = "github:H3rmt/hyprswitch/v3.1.3";
|
||||
hyprswitch.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
extra-config.url = "git+file:///home/felixalb/nix-extra-config";
|
||||
|
||||
@@ -26,7 +24,6 @@
|
||||
outputs = {
|
||||
self
|
||||
, home-manager
|
||||
, hyprswitch
|
||||
, matrix-synapse-next
|
||||
, nix-minecraft
|
||||
, nix-darwin
|
||||
@@ -48,7 +45,6 @@
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
hyprswitch = hyprswitch.packages.${prev.system}.default;
|
||||
pwndbg-gdb-alias = prev.callPackage ./common/pwndbg-gdb-alias.nix { };
|
||||
securecrt = prev.callPackage ./common/securecrt.nix { };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user