aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/hjem.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-09 13:14:01 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-09 13:14:01 -0500
commit21de12cd6e63adf463674942f1a8f9b658f47945 (patch)
tree5229a5300c1e69d637a1e03539dc19de42244440 /hosts/mercury/hjem.nix
parent2147a65b5ff7cef352d95dfa72c705145771f3a3 (diff)
jta changes
Diffstat (limited to 'hosts/mercury/hjem.nix')
-rw-r--r--hosts/mercury/hjem.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/hosts/mercury/hjem.nix b/hosts/mercury/hjem.nix
index 91e9c4b..7084251 100644
--- a/hosts/mercury/hjem.nix
+++ b/hosts/mercury/hjem.nix
@@ -1,6 +1,6 @@
{pkgs, ...}: {
packages = with pkgs; [
- obsidian
+ # obsidian
anki
libreoffice-qt
musescore
@@ -22,13 +22,6 @@
terminal = false;
categories = ["Application"];
})
-
- (pkgs.writeShellScriptBin "battery.sh" ''
- energy_now=$(cat /sys/class/power_supply/BAT0/energy_now)
- energy_full=$(cat /sys/class/power_supply/BAT0/energy_full)
- percentage=$((energy_now * 100 / energy_full))
- printf "%.0f%%" "$percentage"
- '')
];
files.".config/captive-browser.toml".text = ''