Skip to content

Commit

Permalink
chore(flake): remove unneeded inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichthagel committed Jun 19, 2024
1 parent d273f30 commit fb8f785
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 112 deletions.
92 changes: 4 additions & 88 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 1 addition & 15 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};

hypridle = {
url = "github:hyprwm/hypridle";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "hyprland/systems";
inputs.hyprlang.follows = "hyprland/hyprlang";
};

hyprlock = {
url = "github:hyprwm/hyprlock";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "hyprland/systems";
inputs.hyprlang.follows = "hyprland/hyprlang";
};

split-monitor-workspaces = {
url = "github:Duckonaut/split-monitor-workspaces?rev=6a77ffc86fb4b6051e9fa8f935edff4be2329716";
url = "github:Duckonaut/split-monitor-workspaces?rev=81adb1c51b2db8a9073dd24f8ac3cb23c9d96dac";
inputs.hyprland.follows = "hyprland";
};

Expand Down
8 changes: 1 addition & 7 deletions home/graphical/hypridle.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
config,
lib,
inputs',
...
}:
{ config, lib, ... }:
let
cfg = config.licht.graphical.hypridle;
in
Expand Down Expand Up @@ -60,7 +55,6 @@ in

services.hypridle = {
enable = true;
package = inputs'.hypridle.packages.default;

settings = {
general = {
Expand Down
2 changes: 0 additions & 2 deletions home/graphical/hyprlock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
config,
osConfig,
lib,
inputs',
...
}:
let
Expand All @@ -29,7 +28,6 @@ in

programs.hyprlock = {
enable = true;
package = inputs'.hyprlock.packages.default;

settings = {
general = {
Expand Down

0 comments on commit fb8f785

Please sign in to comment.