Moving neovim config to init.lua for now. sorry nixvim. need .12. other cleaning. tokyo night theme. just for a bit
This commit is contained in:
parent
243c6008c6
commit
e371b17b7d
4 changed files with 251 additions and 176 deletions
43
home-gui.nix
43
home-gui.nix
|
|
@ -1,10 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
# fonts.fontconfig.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
localsend
|
||||
# deskflow
|
||||
];
|
||||
|
||||
programs.sioyek.enable = true;
|
||||
|
|
@ -12,8 +13,6 @@
|
|||
programs.halloy = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# theme = "catppuccin-mocha";
|
||||
|
||||
servers.liberachat = {
|
||||
nickname = "sw4n";
|
||||
server = "irc.libera.chat";
|
||||
|
|
@ -31,7 +30,7 @@
|
|||
font-family = "Iosevka NFM";
|
||||
font-size = 12;
|
||||
font-thicken = true;
|
||||
theme = "dark:One Half Dark,light:One Half Light";
|
||||
theme = "dark:TokyoNight Storm,light:TokyoNight Day";
|
||||
background-opacity = 0.95;
|
||||
background-blur-radius = 15;
|
||||
window-padding-x = 12;
|
||||
|
|
@ -44,22 +43,22 @@
|
|||
};
|
||||
};
|
||||
|
||||
# programs.zed-editor = {
|
||||
# enable = true;
|
||||
# userSettings = {
|
||||
# vim_mode = true;
|
||||
# theme = {
|
||||
# mode = "system";
|
||||
# light = "Catppuccin Latte";
|
||||
# dark = "Catppuccin Frappé";
|
||||
# };
|
||||
# buffer_font_size = 16;
|
||||
# buffer_font_family = "Iosevka Nerd Font Mono";
|
||||
# vim = {
|
||||
# enable_vim_sneak = true;
|
||||
# use_smartcase_find = true;
|
||||
# };
|
||||
# format_on_save = "off";
|
||||
# };
|
||||
# };
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
userSettings = {
|
||||
vim_mode = true;
|
||||
theme = {
|
||||
mode = "system";
|
||||
light = "Tokyo Night Light";
|
||||
dark = "Tokyo Night Storm";
|
||||
};
|
||||
buffer_font_size = 16;
|
||||
buffer_font_family = "Iosevka Nerd Font Mono";
|
||||
vim = {
|
||||
enable_vim_sneak = true;
|
||||
use_smartcase_find = true;
|
||||
};
|
||||
format_on_save = "off";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue