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
|
||||
run-name: ${{ github.actor }} - deploy-rs
|
||||
on:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# yamllint disable rule:line-length rule:truthy
|
||||
---
|
||||
name: update-flake-lock
|
||||
run-name: ${{ github.actor }} - update-flake-lock
|
||||
on:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
# yamllint disable rule:line-length rule:truthy
|
||||
---
|
||||
name: update-steamdeck
|
||||
run-name: ${{ github.actor }} - update-steamdeck
|
||||
on:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, username, ... }: {
|
||||
{ ... }: {
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, system, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
imports = [ ./small.nix ];
|
||||
|
||||
# List packages installed in system profile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, lib, pkgs, modulesPath, hostname, username, system, ... }: {
|
||||
{ inputs, config, lib, modulesPath, system, ... }: {
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
../../common/services/tailscale-autoconnect.nix
|
||||
|
|
Loading…
Reference in a new issue