style: reformat with nixfmt-rfc-style
This commit is contained in:
parent
5ad8bc1d56
commit
1c5d83d81e
99 changed files with 2247 additions and 1334 deletions
home
|
@ -1,6 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
with pkgs; {
|
||||
with pkgs;
|
||||
{
|
||||
imports = [
|
||||
./shell
|
||||
./tailscale.nix
|
||||
|
@ -31,7 +37,9 @@ with pkgs; {
|
|||
|
||||
programs.ssh.enable = true;
|
||||
|
||||
programs.git = { defaultProfile = "work"; };
|
||||
programs.git = {
|
||||
defaultProfile = "work";
|
||||
};
|
||||
|
||||
xdg.configFile."nixpkgs/config.nix".text = ''
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue