Systemd-ify Waybar, move aliases to individualized places, more Sway and Jovian changes
This commit is contained in:
parent
949cb85b2b
commit
d257cd9bf5
14 changed files with 212 additions and 143 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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" ]; })
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue