diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-04 20:36:59 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-04 20:36:59 -0600 |
| commit | a3381e46f54ab0af5e2648354e03556c134818d8 (patch) | |
| tree | 6e420cb53ed6c914ee4dbedab8409614ac161e9e | |
| parent | 30280b0882bc38412c7723d56ed950d6e326f825 (diff) | |
fixed flake typo
| -rw-r--r-- | flake.nix | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -71,16 +71,16 @@ home-manager.useUserPackages = true; home-manager.users.defin = import ./home-manager/home.nix; } - .modules/hyprland.nix - - .modules/bluetooth.nix - .modules/environment.nix - .modules/kde-connect.nix - .modules/nix-common.nix - .modules/services.nix - .modules/steam.nix - .modules/sway.nix - .modules/system-packages.nix + ./modules/hyprland.nix + + ./modules/bluetooth.nix + ./modules/environment.nix + ./modules/kde-connect.nix + ./modules/nix-common.nix + ./modules/services.nix + ./modules/steam.nix + ./modules/sway.nix + ./modules/system-packages.nix ]; }; }; |
