nixos: gen 113 @ nix-pad — 2026-07-22 23:02

26.05.20260717.293d6ab (Yarara)
This commit is contained in:
2026-07-22 23:02:49 -06:00
parent 38819b3b23
commit 34d199639b
14 changed files with 280 additions and 28 deletions
+5 -1
View File
@@ -8,6 +8,10 @@
nerd-fonts.hack
];
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
};
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
};
@@ -26,10 +30,10 @@
shellAliases = {
enix = "nvim $HOME/.dotfiles/flake.nix";
unix = "sudo nixos-rebuild switch --flake $HOME/.dotfiles#thinkpad";
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 = {