add hyprland to iso and start workflow tests
This commit is contained in:
13
.gitea/workflows/default.yaml
Normal file
13
.gitea/workflows/default.yaml
Normal file
@ -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
|
@ -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 = {
|
||||
|
Reference in New Issue
Block a user