diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/common/default.nix | 2 | ||||
| -rw-r--r-- | modules/common/fish.nix (renamed from profiles/programs/fish.nix) | 0 | ||||
| -rw-r--r-- | modules/common/ssh.nix (renamed from profiles/programs/ssh.nix) | 0 |
3 files changed, 2 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index b42a079..5a0da5f 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -1,7 +1,9 @@ { ... }: { imports = [ + ./fish.nix ./home.nix ./host-config.nix + ./ssh.nix ]; } diff --git a/profiles/programs/fish.nix b/modules/common/fish.nix index 21fdf98..21fdf98 100644 --- a/profiles/programs/fish.nix +++ b/modules/common/fish.nix diff --git a/profiles/programs/ssh.nix b/modules/common/ssh.nix index 3e975ee..3e975ee 100644 --- a/profiles/programs/ssh.nix +++ b/modules/common/ssh.nix |
