diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-09 13:14:01 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-09 13:14:01 -0500 |
| commit | 21de12cd6e63adf463674942f1a8f9b658f47945 (patch) | |
| tree | 5229a5300c1e69d637a1e03539dc19de42244440 /hosts/mercury | |
| parent | 2147a65b5ff7cef352d95dfa72c705145771f3a3 (diff) | |
jta changes
Diffstat (limited to 'hosts/mercury')
| -rw-r--r-- | hosts/mercury/hjem.nix | 9 | ||||
| -rw-r--r-- | hosts/mercury/nixos.nix | 1 |
2 files changed, 2 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 = '' diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 6459fdb..7db48b4 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -21,6 +21,7 @@ user = "collin"; dataDir = "/home/collin/.local/syncthing"; }; + programs.kdeconnect.enable = true; fileSystems."/home/collin/ganymede" = { device = "collin@ganymede:/media"; |
