ran treefmt
This commit is contained in:
parent
ca2c058724
commit
70182deebb
@ -1,8 +1,4 @@
|
|||||||
{
|
{ config, lib, ... }:
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
# borrowed from https://github.com/NixOS/nixpkgs/issues/171136
|
# borrowed from https://github.com/NixOS/nixpkgs/issues/171136
|
||||||
# and https://wiki.archlinux.org/title/fprint#Login_configuration
|
# and https://wiki.archlinux.org/title/fprint#Login_configuration
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
{ services.autopull = {
|
{
|
||||||
|
services.autopull = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
ssh-key = lib.mkDefau "/root/.ssh/id_ed25519_ghdeploy";
|
ssh-key = lib.mkDefau "/root/.ssh/id_ed25519_ghdeploy";
|
||||||
path = lib.mkDefau /root/dotfiles;
|
path = lib.mkDefau /root/dotfiles;
|
||||||
|
@ -1 +0,0 @@
|
|||||||
{ programs.starship.enable = true; }
|
|
Loading…
x
Reference in New Issue
Block a user