fixed trailing whitespace

This commit is contained in:
John Lancaster
2024-12-18 00:57:33 -06:00
parent e80a85c490
commit 77098ae071
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
home.stateVersion = systemSettings.stateVersion;
systemd.user.startServices = "sd-switch"; # helps with handling systemd services when switching
imports = [ (import ./git.nix {inherit userSettings;}) ];
programs = {
programs = {
ssh.enable = true;
bash.enable = true;
};