summaryrefslogtreecommitdiff
path: root/nixos/hosts
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-07-22 00:51:47 +0200
committerGitHub <noreply@github.com>2026-07-22 00:51:47 +0200
commit2dd7bd7a6286f88b653dd70f92be83f1466d18f0 (patch)
tree9a810d10c98b87d9e973f1898dc578eeb02e5b2d /nixos/hosts
parent255e688596f3b8bf039ed46cd71765bf6b758310 (diff)
Update NixOS configuration for bed host
Replaced 'obsidian.nix' with 'notes.nix' in imports and updated fish prompt character. Removed dolphinrc configuration.
Diffstat (limited to 'nixos/hosts')
-rw-r--r--nixos/hosts/bed/bed.nix15
1 files changed, 2 insertions, 13 deletions
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' \