consolidating desktop and thinkpad config

This commit is contained in:
2026-08-04 20:03:09 -06:00
parent 3adbb09410
commit 5210eb3b08
10 changed files with 89 additions and 42 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelModules = [ "uinput" ];
system.nixos.label = "niri-v.1.1";
system.nixos.label = "niri-v.1.2";
environment.pathsToLink = [ "/libexec" ];
}
-8
View File
@@ -33,7 +33,6 @@
ehome = "nvim $HOME/.dotfiles/home/jashton.nix";
l = "ls -la";
ports = "cat $HOME/.dotfiles/ports.registry";
accentum = "bluetoothctl connect 80:C3:BA:50:43:DF";
};
ohMyZsh = {
@@ -43,12 +42,5 @@
"git"
];
};
interactiveShellInit = ''
if [ -f "/run/secrets/vaultwarden_clientid" ]; then
export BW_CLIENTID=$(cat /run/secrets/vaultwarden_clientid)
export BW_CLIENTSECRET=$(cat /run/secrets/vaultwarden_clientsecret)
fi
'';
};
}