diff options
Diffstat (limited to 'hosts/laptop/configuration.nix')
| -rw-r--r-- | hosts/laptop/configuration.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index d790d57..3390af0 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -3,9 +3,9 @@ system.stateVersion = "25.05"; imports = [ - ./hardware-configuration.nix - ../../os/default.nix - ]; + ./hardware-configuration.nix + ../../os/default.nix + ]; os = { core = { @@ -49,6 +49,7 @@ steam.enable = true; }; nix-helper.enable = true; + kdeconnect.enable = true; }; wm = { enable = true; |
