Skip to content

Commit

Permalink
nix/hm-module: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed May 21, 2024
1 parent afa6e21 commit cb169c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 121 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

homeManagerModules = {
default = self.homeManagerModules.hypridle;
hypridle = import ./nix/hm-module.nix self;
hypridle = builtins.throw "hypridle: the flake HM module has been removed. Use the module from Home Manager upstream.";
};

checks = eachSystem (system: self.packages.${system});
Expand Down
120 changes: 0 additions & 120 deletions nix/hm-module.nix

This file was deleted.

0 comments on commit cb169c4

Please sign in to comment.