no global bun, term opcity, minor tweaks
This commit is contained in:
parent
c4e67b62f5
commit
b0a1ea471d
4 changed files with 3 additions and 3 deletions
|
@ -82,5 +82,5 @@ background_opacity 1
|
||||||
#background_opacity 0.9
|
#background_opacity 0.9
|
||||||
background_image ~/Nextcloud/Images/Wallpapers/kitty-bg.png
|
background_image ~/Nextcloud/Images/Wallpapers/kitty-bg.png
|
||||||
background_image_layout cscaled
|
background_image_layout cscaled
|
||||||
background_tint 0.98
|
background_tint 0.99
|
||||||
startup_session ~/.config/kitty/session.conf
|
startup_session ~/.config/kitty/session.conf
|
||||||
|
|
|
@ -81,6 +81,7 @@ in
|
||||||
|
|
||||||
ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass"; # conflict between kde and gnome cf. https://github.com/NixOS/nixpkgs/issues/75867
|
ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass"; # conflict between kde and gnome cf. https://github.com/NixOS/nixpkgs/issues/75867
|
||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
|
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
|
|
||||||
nix-ld.enable = true;
|
nix-ld.enable = true;
|
||||||
|
|
|
@ -213,6 +213,7 @@ in {
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
#tmux = "tmux -f ~/.config/tmux/tmux.conf attach || tmux -f ~/.config/tmux/tmux.conf new";
|
#tmux = "tmux -f ~/.config/tmux/tmux.conf attach || tmux -f ~/.config/tmux/tmux.conf new";
|
||||||
|
bunx = "bun --bun x";
|
||||||
ls = "lsd --hyperlink=auto";
|
ls = "lsd --hyperlink=auto";
|
||||||
icat = "kitty +kitten icat";
|
icat = "kitty +kitten icat";
|
||||||
nixedit = "vi /etc/nixos";
|
nixedit = "vi /etc/nixos";
|
||||||
|
@ -227,7 +228,6 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
zstyle :omz:plugins:ssh-agent lazy yes
|
zstyle :omz:plugins:ssh-agent lazy yes
|
||||||
zstyle :omz:plugins:ssh-agent quiet yes
|
|
||||||
'';
|
'';
|
||||||
plugins = [ "git" "ssh-agent" ];
|
plugins = [ "git" "ssh-agent" ];
|
||||||
# theme = "robbyrussell";
|
# theme = "robbyrussell";
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bun
|
|
||||||
clang
|
clang
|
||||||
docker-compose
|
docker-compose
|
||||||
gcc
|
gcc
|
||||||
|
|
Loading…
Reference in a new issue