diff options
Diffstat (limited to 'profiles/programs')
| -rw-r--r-- | profiles/programs/fish.nix | 4 | ||||
| -rw-r--r-- | profiles/programs/ssh.nix | 7 |
2 files changed, 0 insertions, 11 deletions
diff --git a/profiles/programs/fish.nix b/profiles/programs/fish.nix deleted file mode 100644 index 21fdf98..0000000 --- a/profiles/programs/fish.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ ... }: -{ - programs.fish.enable = true; -} diff --git a/profiles/programs/ssh.nix b/profiles/programs/ssh.nix deleted file mode 100644 index 3e975ee..0000000 --- a/profiles/programs/ssh.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: -{ - programs.ssh.knownHosts = { - "github.com".publicKey = - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl"; - }; -} |
