ran treefmt

This commit is contained in:
Richie Cahill 2024-04-19 18:08:28 -04:00
parent ca2c058724
commit 70182deebb
3 changed files with 3 additions and 7 deletions

View File

@ -1,8 +1,4 @@
{
config,
lib,
...
}:
{ config, lib, ... }:
# borrowed from https://github.com/NixOS/nixpkgs/issues/171136
# and https://wiki.archlinux.org/title/fprint#Login_configuration

View File

@ -1,5 +1,6 @@
{ lib, ... }:
{ services.autopull = {
{
services.autopull = {
enable = lib.mkDefault true;
ssh-key = lib.mkDefau "/root/.ssh/id_ed25519_ghdeploy";
path = lib.mkDefau /root/dotfiles;

View File

@ -1 +0,0 @@
{ programs.starship.enable = true; }