Systemd-ify Waybar, move aliases to individualized places, more Sway and Jovian changes

This commit is contained in:
Bun 2025-05-10 11:27:52 -04:00
parent 949cb85b2b
commit d257cd9bf5
14 changed files with 212 additions and 143 deletions

View file

@ -2,12 +2,10 @@
{
home.shellAliases = {
# NixOS
nhs = "nh os switch";
nixclean = "nix store gc; nix store optimise";
nixpurge = "sudo nix-collect-garbage --delete-old";
# Shortcuts
ff = "clear && fastfetch";
myip = "curl ifconfig.co";
seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";
};

View file

@ -2,10 +2,10 @@
{
home.packages = lib.mkIf config.home.desktop.enable (with pkgsStable; [
liberation_ttf
twitter-color-emoji
noto-fonts
sarasa-gothic
ubuntu_font_family
twitter-color-emoji
ubuntu-classic
(nerdfonts.override { fonts = [ "UbuntuMono" ]; })
]);
}