Renamed system-master into henrovnix

This commit is contained in:
2026-02-23 17:57:21 +01:00
parent 922d3241ce
commit caefb3c0f4
8843 changed files with 107078 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{ config, lib, pkgs, flakeRoot, ... }:
let
hypridleConf = flakeRoot + "/assets/conf/desktop/hypr/hypridle.conf";
in
{
home.packages = [ pkgs.hypridle ];
xdg.configFile."hypr/hypridle.conf".source = hypridleConf;
}