summaryrefslogtreecommitdiff
path: root/hosts/laptop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-01-19 11:43:42 +0100
committeradikro <adikro@disroot.org>2026-01-19 11:43:42 +0100
commitd2571482b4eb5660fd92727efb4e5254df06e45e (patch)
treeb94282d6f250a82587c25689cba8a1dc1a2f2d96 /hosts/laptop/configuration.nix
parent760a0edc2937fab375898bbd2f2a3011eb8c9756 (diff)
a lot of changes
Diffstat (limited to 'hosts/laptop/configuration.nix')
-rw-r--r--hosts/laptop/configuration.nix7
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;