mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
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";
|
home-manager.follows = "home-manager";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hypr-contrib = {
|
|
||||||
url = "github:hyprwm/contrib";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, ... } @ attrs: {
|
outputs = { self, nixpkgs, ... } @ attrs: {
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
{ pkgs
|
{ pkgs
|
||||||
, lib
|
, lib
|
||||||
, hypr-contrib
|
|
||||||
, nix-gaming
|
, nix-gaming
|
||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let VARIABLES = import ./variables.nix; in {
|
let VARIABLES = import ./variables.nix; in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
hypr-contrib.packages."${VARIABLES.system}".grimblast
|
grimblast
|
||||||
nix-gaming.packages."${VARIABLES.system}".osu-stable
|
nix-gaming.packages."${VARIABLES.system}".osu-stable
|
||||||
waycorner
|
waycorner
|
||||||
slade
|
slade
|
||||||
|
Loading…
x
Reference in New Issue
Block a user