This commit is contained in:
cnst
2024-06-22 17:05:40 +02:00
parent e23b7b484a
commit bd872d5985
4 changed files with 127 additions and 72 deletions

View File

@@ -62,7 +62,6 @@
gvfs
swaybg
wireguard-tools
solaar
wpa_supplicant
ntfs3g
xdg-utils
@@ -84,6 +83,7 @@
gruvbox-gtk-theme
mullvad-vpn
thefuck
calcurse
];
# Hyprland & accessories
@@ -127,8 +127,10 @@
syntaxHighlighting.enable = true;
shellAliases = {
nixconfig = "cd /home/cnst/.nix-config/";
ll = "ls -l";
update = "sudo nixos-rebuild switch";
nixupdate = "sudo nixos-rebuild switch --flake .#cnix";
flakeupdate = "nix flake update";
};
history = {
size = 10000;