fonts, minidlna, syncthing
This commit is contained in:
parent
a950fc35e8
commit
7d9fe63a4a
2 changed files with 30 additions and 10 deletions
|
@ -26,17 +26,33 @@
|
|||
"rustfmt"
|
||||
])
|
||||
|
||||
kdeconnect
|
||||
keepassxc
|
||||
|
||||
syncthing
|
||||
|
||||
zoxide
|
||||
meslo-lgs-nf
|
||||
|
||||
libsForQt5.bismuth
|
||||
|
||||
];
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray.enable = true;
|
||||
};
|
||||
|
||||
services.kdeconnect = {
|
||||
enable = true;
|
||||
indicator = true;
|
||||
};
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = "Meslo LGS NF";
|
||||
size = 11;
|
||||
name = "MesloLGS NF Regular";
|
||||
size = 10;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -102,11 +118,6 @@
|
|||
file = "share/nix-zsh-completions/nix-zsh-completions.zsh";
|
||||
}
|
||||
];
|
||||
# oh-my-zsh = {
|
||||
# enable = true;
|
||||
# plugins = [ "git" "sudo" "zoxide" "powerlevel10k" "zsh-nix-shell" "zsh-history-search-multi-word" "zsh-vi-mode" "zsh-completions" "zsh-autopair" "zsh-autocomplete" "zsh-fast-syntax-highlighting" ];
|
||||
# theme = "powerlevel10k/powerlevel10k";
|
||||
# };
|
||||
};
|
||||
|
||||
programs.helix.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue