This commit is contained in:
2024-11-24 13:19:18 -05:00
parent b4106472e3
commit 555a049637
7 changed files with 82 additions and 71 deletions

View File

@@ -60,7 +60,6 @@
mpv
mumble
system76-keyboard-configurator
mission-center
#jellyfin
finamp # music player
@@ -96,8 +95,28 @@
puddletag
epiphany
mcaselector
];
programs.zed-editor = {
enable = true;
userSettings = {
ui_font_size = 16;
buffer_font_size = 16;
theme = {
mode = "system";
light = "Gruvbox Dark Hard";
dark = "One Dark";
};
};
extensions = [
"nix"
"sql"
"CSV"
];
};
# make chromium-based stuff use wayland
home.file.".config/chromium-flags.conf".text = "--ozone-platform-hint=auto";