diff options
author | Linnnus <[email protected]> | 2023-09-07 10:42:27 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-07 12:04:23 +0200 |
commit | f11070f91bee4745ece948729d820ce0e2163bfd (patch) | |
tree | cd527837787edfc5a80700a49fd9afcb125c1866 /flake.nix | |
parent | 9a68ff4989b6857cf4c1e6a8e2c9097c570415ee (diff) |
Add comma to CLI basics
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,7 @@ home-manager.darwinModules.home-manager ./hosts/muhammed/configuration.nix ./use-cases/default.nix + ./services/default.nix ]; }; }; @@ -42,6 +43,7 @@ home-manager.nixosModules.home-manager ./hosts/ahmed/configuration.nix ./use-cases/default.nix + ./services/default.nix ]; }; }; |