YAMLLint fixes and workflow fixes
This commit is contained in:
parent
06e2412e8a
commit
a2e0142212
6 changed files with 300 additions and 295 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# yamllint disable rule:line-length rule:truthy
|
||||||
|
---
|
||||||
name: deploy-rs
|
name: deploy-rs
|
||||||
run-name: ${{ github.actor }} - deploy-rs
|
run-name: ${{ github.actor }} - deploy-rs
|
||||||
on:
|
on:
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# yamllint disable rule:line-length rule:truthy
|
||||||
|
---
|
||||||
name: update-flake-lock
|
name: update-flake-lock
|
||||||
run-name: ${{ github.actor }} - update-flake-lock
|
run-name: ${{ github.actor }} - update-flake-lock
|
||||||
on:
|
on:
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
|
# yamllint disable rule:line-length rule:truthy
|
||||||
|
---
|
||||||
name: update-steamdeck
|
name: update-steamdeck
|
||||||
run-name: ${{ github.actor }} - update-steamdeck
|
run-name: ${{ github.actor }} - update-steamdeck
|
||||||
on:
|
on:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, username, ... }: {
|
{ ... }: {
|
||||||
programs.atuin = {
|
programs.atuin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, pkgs, system, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [ ./small.nix ];
|
imports = [ ./small.nix ];
|
||||||
|
|
||||||
# List packages installed in system profile
|
# List packages installed in system profile
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, config, lib, pkgs, modulesPath, hostname, username, system, ... }: {
|
{ inputs, config, lib, modulesPath, system, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
../../common/services/tailscale-autoconnect.nix
|
../../common/services/tailscale-autoconnect.nix
|
||||||
|
|
Loading…
Reference in a new issue