fixing a few small things in hyprland

This commit is contained in:
Chris Cochrun 2023-01-31 12:24:57 -06:00
parent e9548d8856
commit 0942764a36
4 changed files with 5 additions and 5 deletions

View file

@ -437,7 +437,7 @@
sysuse = "systemctl --user";
myip = "curl icanhazip.com";
nixs = "nix search nixpkgs";
ytd = "yt-dlp -o ~/Videos/%(title)s.%(ext)s";
ytd = "yt-dlp -o '~/Videos/%(title)s.%(ext)s'";
};
programs.starship = {