zenix: update

This commit is contained in:
tristan 2024-04-20 17:56:05 +01:00
parent 1af7b80a6f
commit 44ff40d15f
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@
nixosConfigurations = { nixosConfigurations = {
zenix = zenix =
mkConf [ mkConf [
inputs.hyprland.nixosModules.default
./hardware/zenix.nix ./hardware/zenix.nix
(auto-login "Hyprland") (auto-login "Hyprland")
./nixos/programs/gamer.nix ./nixos/programs/gamer.nix

View file

@ -10,7 +10,7 @@ buildLua rec {
src = fetchgit { src = fetchgit {
url = "https://codeberg.org/ferreum/mpv-skipsilence.git"; url = "https://codeberg.org/ferreum/mpv-skipsilence.git";
hash = "sha256-r5xrrTV4K/0kYGWAlL5rSYcIhTMPsVg+cZ2uaEjC/F8="; hash = "sha256-aAzLegotOUILhpz7GcMJvCY4R3jSZCDIKOwVfM21kdY=";
}; };
passthru.updateScript = gitUpdater {}; passthru.updateScript = gitUpdater {};