forked from extern/nix-config
meta: Remove hypr-contrib
Not needed anymore since grimblast is now in my personal nixpkgs branch.
This commit is contained in:
parent
0c0d455a6a
commit
7a5ceee759
@ -15,11 +15,6 @@
|
||||
home-manager.follows = "home-manager";
|
||||
};
|
||||
};
|
||||
|
||||
hypr-contrib = {
|
||||
url = "github:hyprwm/contrib";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... } @ attrs: {
|
||||
|
@ -1,13 +1,12 @@
|
||||
{ pkgs
|
||||
, lib
|
||||
, hypr-contrib
|
||||
, nix-gaming
|
||||
, ...
|
||||
}:
|
||||
|
||||
let VARIABLES = import ./variables.nix; in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
hypr-contrib.packages."${VARIABLES.system}".grimblast
|
||||
grimblast
|
||||
nix-gaming.packages."${VARIABLES.system}".osu-stable
|
||||
waycorner
|
||||
slade
|
||||
|
Loading…
Reference in New Issue
Block a user