removed unnecessary imports and improved my vscode

This commit is contained in:
Richie Cahill
2024-04-19 17:59:57 -04:00
parent 825956dc9c
commit ca2c058724
4 changed files with 4 additions and 10 deletions

View File

@ -1,9 +1,3 @@
{
config,
pkgs,
lib,
...
}:
{
programs.ssh = {
enable = true;