update
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user