adjust kitty settings and move apps out of home and into configuration
This commit is contained in:
@ -115,9 +115,13 @@
|
|||||||
description = "Abigail";
|
description = "Abigail";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
tmux
|
||||||
|
kitty
|
||||||
kdePackages.kate
|
kdePackages.kate
|
||||||
librewolf
|
librewolf
|
||||||
zellij
|
zellij
|
||||||
|
mpv
|
||||||
|
vlc
|
||||||
wlx-overlay-s
|
wlx-overlay-s
|
||||||
protonup-ng
|
protonup-ng
|
||||||
vivaldi
|
vivaldi
|
||||||
|
|||||||
4
home.nix
4
home.nix
@ -20,18 +20,14 @@
|
|||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
tmux
|
|
||||||
inputs.oscgoesbrrr.packages.${system}.default
|
inputs.oscgoesbrrr.packages.${system}.default
|
||||||
oscavmgr
|
oscavmgr
|
||||||
vrcadvert
|
vrcadvert
|
||||||
alcom
|
alcom
|
||||||
vesktop
|
vesktop
|
||||||
mpv
|
|
||||||
vlc
|
|
||||||
moonlight-qt
|
moonlight-qt
|
||||||
starship
|
starship
|
||||||
#inputs.ragenix.packges.${system}.default
|
#inputs.ragenix.packges.${system}.default
|
||||||
|
|
||||||
# htop
|
# htop
|
||||||
#inputs.baballonia.${system}.default
|
#inputs.baballonia.${system}.default
|
||||||
] ++ lib.optionals (system == "x86-linux")
|
] ++ lib.optionals (system == "x86-linux")
|
||||||
|
|||||||
@ -1266,7 +1266,7 @@ background_blur 64
|
|||||||
#: kitty will cycle through various known editors (vim, emacs, etc.)
|
#: kitty will cycle through various known editors (vim, emacs, etc.)
|
||||||
#: and take the first one that exists on your system.
|
#: and take the first one that exists on your system.
|
||||||
|
|
||||||
# close_on_child_death no
|
close_on_child_death yes
|
||||||
|
|
||||||
#: Close the window when the child process (shell) exits. With the
|
#: Close the window when the child process (shell) exits. With the
|
||||||
#: default value no, the terminal will remain open when the child
|
#: default value no, the terminal will remain open when the child
|
||||||
|
|||||||
Reference in New Issue
Block a user