Major cleanup
This commit is contained in:
parent
46275901fd
commit
b2ff93693a
24 changed files with 39 additions and 289 deletions
|
|
@ -166,7 +166,6 @@
|
|||
tsh = "ssh -o RequestTTY=yes $argv tmux -u -CC new -A -s tmux-main";
|
||||
};
|
||||
shellInit = ''
|
||||
set -g -x NNN_OPTS H
|
||||
set -g -x FONTCONFIG_FILE ${pkgs.fontconfig.out}/etc/fonts/fonts.conf
|
||||
'';
|
||||
plugins = [
|
||||
|
|
|
|||
|
|
@ -3,14 +3,6 @@
|
|||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = "Inter";
|
||||
size = 10;
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
password-store.package = pkgs.pass-wayland;
|
||||
|
||||
|
|
@ -27,14 +19,10 @@
|
|||
|
||||
fish = {
|
||||
functions = {
|
||||
sysrebuild =
|
||||
"nh os switch --ask /home/user/Projects/personal/nix-config";
|
||||
sysrebuild-boot =
|
||||
"nh os boot --ask /home/user/Projects/personal/nix-config";
|
||||
sysrebuild = "nh os switch --ask";
|
||||
sysrebuild-boot = "nh os boot --ask";
|
||||
sysupdate =
|
||||
"nix flake update --commit-lock-file /home/user/Projects/personal/nix-config";
|
||||
syscleanup =
|
||||
"sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
|
||||
code = ''
|
||||
wezterm cli split-pane --top --percent=75 -- hx
|
||||
wezterm cli activate-pane-direction up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue