aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/hjem.nix
diff options
context:
space:
mode:
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 = ''