From 2dd7bd7a6286f88b653dd70f92be83f1466d18f0 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Wed, 22 Jul 2026 00:51:47 +0200 Subject: Update NixOS configuration for bed host Replaced 'obsidian.nix' with 'notes.nix' in imports and updated fish prompt character. Removed dolphinrc configuration. --- nixos/hosts/bed/bed.nix | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'nixos') diff --git a/nixos/hosts/bed/bed.nix b/nixos/hosts/bed/bed.nix index f620b45..b62d813 100644 --- a/nixos/hosts/bed/bed.nix +++ b/nixos/hosts/bed/bed.nix @@ -8,7 +8,7 @@ ../../mdls/yazi.nix ../../mdls/btop.nix ../../mdls/colors.nix - ../../mdls/obsidian.nix + ../../mdls/notes.nix ]; home.username = "cat"; @@ -29,7 +29,7 @@ fish_prompt = { body = '' echo -n (prompt_pwd) - echo -n " % " + echo -n ' & ' ''; }; }; @@ -102,17 +102,6 @@ style.name = "breeze"; }; - xdg.configFile = { - "dolphinrc".text = '' - [General] - ShowPreview=true - ViewMode=1 - - [MainWindow] - MenuBar=Disabled - ToolBarsMovable=Disabled - ''; - "kdeglobals".source = pkgs.runCommand "breeze-dark-white" {} '' sed -E \ -e 's/61,174,233/255,255,255/g' \ -- cgit v1.3.1