summaryrefslogtreecommitdiff
path: root/hosts/laptop
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-05-12 20:57:55 -0500
committerChristian <[email protected]>2026-05-12 20:57:55 -0500
commita9c3994af71d896d377c715d1ebeb3b173ab4b4f (patch)
treeb3dfcb3efe4616c4b1864bfb8ba0db7f6d99f66b /hosts/laptop
parent846da0fa115977f5ab4e9ab966439450a0c60faf (diff)
Add dry-rebuild alias, laptop battery widget, and commit message convention
Diffstat (limited to 'hosts/laptop')
-rw-r--r--hosts/laptop/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix
index 62f573d..a95c60d 100644
--- a/hosts/laptop/configuration.nix
+++ b/hosts/laptop/configuration.nix
@@ -46,5 +46,7 @@
};
};
+ home-manager.users.christian.custom.xmobarBattery = true;
+
system.stateVersion = "25.11";
}