mass reformat
This commit is contained in:
parent
ed1c53e94c
commit
9cb456ad60
25 changed files with 1216 additions and 1043 deletions
|
|
@ -1,8 +1,10 @@
|
|||
inputs:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ (import ./modules inputs) ];
|
||||
inputs: {
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [(import ./modules inputs)];
|
||||
|
||||
programs.direnv = {
|
||||
enable = lib.mkDefault true;
|
||||
|
|
@ -52,7 +54,7 @@ inputs:
|
|||
notify-desktop
|
||||
];
|
||||
|
||||
home.sessionVariables = { TERM = "xterm-256color"; };
|
||||
home.sessionVariables = {TERM = "xterm-256color";};
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue