1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

refactor: remove stylix and some other unused stuff

This commit is contained in:
oddlama 2025-06-07 13:44:32 +02:00
parent 4324219f64
commit 4fea58a290
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
25 changed files with 81 additions and 9213 deletions

View file

@ -1,12 +1,26 @@
{ config, ... }:
{
home.persistence."/state".files = [
".cache/fuzzel"
];
stylix.targets.fuzzel.enable = true;
programs.fuzzel = {
enable = true;
settings.colors = with config.lib.colors.hex; {
background = "${base00}ff";
text = "${base05}ff";
placeholder = "${base03}ff";
prompt = "${base05}ff";
input = "${base05}ff";
match = "${base0A}ff";
selection = "${base03}ff";
selection-text = "${base05}ff";
selection-match = "${base0A}ff";
counter = "${base06}ff";
border = "${base0D}ff";
};
settings.main = {
font = "Segoe UI:size=20";
launch-prefix = "uwsm app --";
};
};