mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
improvements to wez keybind and chose theme for kitty
This commit is contained in:
parent
99ce453270
commit
7c8834990d
3 changed files with 33 additions and 261 deletions
9
home.nix
9
home.nix
|
@ -7,7 +7,6 @@
|
|||
imports = (import ./programs);
|
||||
|
||||
# nixpkgs.overlays = [
|
||||
# (import ./overlays/sumneko-lua-language-server)
|
||||
# (import (builtins.fetchTarball {
|
||||
# url = https://github.com/nix-community/neovim-nightly-overlay/archive/master.tar.gz;
|
||||
# }))
|
||||
|
@ -134,6 +133,7 @@
|
|||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
theme = "Tokyo Night";
|
||||
font = {
|
||||
name = "FiraCode Nerd Font Mono Retina";
|
||||
size = 16;
|
||||
|
@ -285,6 +285,7 @@
|
|||
gforksync="git fetch upstream && git merge upstream/master && git push origin master";
|
||||
grep="grep --color=auto";
|
||||
new-sbt="sbt new scala/scala-seed.g8";
|
||||
nixc="cd ~/.config/nixpkgs";
|
||||
nixre="nix build && sudo ./result/activate";
|
||||
nixinfo="nix-shell -p nix-info --run \"nix-info -m\"";
|
||||
nixgc="nix-collect-garbage -d";
|
||||
|
@ -299,12 +300,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
xdg.configFile."fish/conf.d/plugin-bobthefish.fish".text = lib.mkAfter ''
|
||||
for f in $plugin_dir/*.fish
|
||||
source $f
|
||||
end
|
||||
'';
|
||||
|
||||
# pijul config
|
||||
xdg.configFile."pijul/config.toml".text = lib.mkAfter ''
|
||||
[author]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue