mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 11:41:14 +00:00
Tweaked waybar config for a prettier setup, added hyprpaper and black default background, improved nus/nrs
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
kanshi
|
||||
libnotify
|
||||
mako
|
||||
# nwg-displays
|
||||
nwg-displays
|
||||
nwg-look
|
||||
rofi-wayland
|
||||
slurp
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
|
||||
programs.bash.shellAliases = {
|
||||
# Nix rebuild, switch
|
||||
nrs = "pushd /etc/nixos && { trap 'popd' EXIT; sudo nixos-rebuild switch --flake .#$(hostname); }";
|
||||
nrs = "bash -c \"cd /etc/nixos && sudo nixos-rebuild switch --flake .#$(hostname) ; exit\"";
|
||||
|
||||
# Nix flake update, rebuild, switch
|
||||
nus = "cd /etc/nixos && sudo nix flake update && sudo nixos-rebuild switch --flake .#$(hostname)";
|
||||
nus = "bash -c \"cd /etc/nixos && sudo nix flake update && sudo nixos-rebuild switch --flake .#$(hostname) ; exit\"";
|
||||
|
||||
# Special cleanup, needed when efi partition runs out of space. Deletes all but the last five generations.
|
||||
# Remember to make that partition bigger in the future...
|
||||
|
||||
Reference in New Issue
Block a user