better orginization under home/files
This commit is contained in:
parent
f6485eb7e4
commit
4a618b8f51
11 changed files with 10 additions and 10 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.file.".bash_aliases".source = files/bash_aliases;
|
||||
home.file.".bash_functions".source = files/bash_functions;
|
||||
home.file.".bash_hosts".source = files/bash_hosts;
|
||||
home.file.".bash_keychain".source = files/bash_keychain;
|
||||
home.file.".bash_logout".source = files/bash_logout;
|
||||
home.file.".bash_motd".source = files/bash_motd;
|
||||
home.file.".bash_motd_ownscript.sh".source = files/bash_motd_ownscript.sh;
|
||||
home.file.".bash_profile".source = files/bash_profile;
|
||||
home.file.".bashrc".source = files/bashrc;
|
||||
home.file.".bash_ssh".source = files/bash_ssh;
|
||||
home.file.".bash_aliases".source = files/bash/bash_aliases;
|
||||
home.file.".bash_functions".source = files/bash/bash_functions;
|
||||
home.file.".bash_hosts".source = files/bash/bash_hosts;
|
||||
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_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