diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml new file mode 100644 index 0000000..8331568 --- /dev/null +++ b/.gitea/workflows/default.yaml @@ -0,0 +1,13 @@ +name: Build iso when a new version is pushed +run-name: iso building +#on: [push] + +jobs: + runs-on: nixos/nix + steps: + - name: Build iso when a new version is pushed + run-name: iso building + on: [push] + + jobs: + - run: echo coucou diff --git a/osConfigs/hosts/iso.nix b/osConfigs/hosts/iso.nix index 6efc6c3..de9dbbc 100644 --- a/osConfigs/hosts/iso.nix +++ b/osConfigs/hosts/iso.nix @@ -13,6 +13,7 @@ services.getty.autologinUser = lib.mkForce "tom"; services.getty.helpLine = lib.mkForce ""; + programs.hyprland.enable = true; home-manager.extraSpecialArgs = { inherit inputs; inherit pkgs; isOs = true;}; home-manager.users.tom = {