task | reformatted with nixfmt
This commit is contained in:
parent
e3fea64660
commit
c3a0a0847f
119 changed files with 1010 additions and 2135 deletions
|
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [./bash_complition.nix];
|
||||
{ config, pkgs, ... }: {
|
||||
imports = [ ./bash_complition.nix ];
|
||||
home.file.".bash_local".source = files/bash/bash_local;
|
||||
home.file.".bash_aliases".source = files/bash/bash_aliases;
|
||||
home.file.".bash_functions".source = files/bash/bash_functions;
|
||||
|
|
@ -11,7 +7,8 @@
|
|||
home.file.".bash_keychain".source = files/bash/bash_keychain;
|
||||
home.file.".bash_logout".source = files/bash/bash_logout;
|
||||
home.file.".bash_motd".source = files/bash/bash_motd;
|
||||
home.file.".bash_motd_ownscript.sh".source = files/bash/bash_motd_ownscript.sh;
|
||||
home.file.".bash_motd_ownscript.sh".source =
|
||||
files/bash/bash_motd_ownscript.sh;
|
||||
home.file.".bash_profile".source = files/bash/bash_profile;
|
||||
home.file.".bashrc".source = files/bash/bashrc;
|
||||
home.file.".bash_ssh".source = files/bash/bash_ssh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue