mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-20 16:20:43 +02:00
Move i3-gaps from aur.sh to packages.sh
i3-gaps is now a part of the official repositories.
This commit is contained in:
parent
d9b77d9130
commit
b8bfc5b870
@ -33,7 +33,6 @@ function get() {
|
|||||||
su $LOCALUSER --session-command "yay -S $1 --noconfirm --noedit"
|
su $LOCALUSER --session-command "yay -S $1 --noconfirm --noedit"
|
||||||
}
|
}
|
||||||
|
|
||||||
get i3-gaps # Install i3-gaps, our window manager of choice
|
|
||||||
get shotgun # Install shotgun, our screenshot utility of choice
|
get shotgun # Install shotgun, our screenshot utility of choice
|
||||||
get inox-bin # Install inox, our chromium variant of choice
|
get inox-bin # Install inox, our chromium variant of choice
|
||||||
get waterfox-bin # Install waterfox, our firefox variant of choice
|
get waterfox-bin # Install waterfox, our firefox variant of choice
|
||||||
|
@ -88,6 +88,7 @@ i alsa-utils # Install alsa-utils, required to make the sound system work
|
|||||||
|
|
||||||
i termite # Install termite, our terminal of choice (with true color support)
|
i termite # Install termite, our terminal of choice (with true color support)
|
||||||
i compton # Install compton, our compositor of choice
|
i compton # Install compton, our compositor of choice
|
||||||
|
i i3-gaps # Install i3-gaps, our window manager of choice
|
||||||
|
|
||||||
i ranger # Install ranger, our file explorer of choice
|
i ranger # Install ranger, our file explorer of choice
|
||||||
i feh # Install feh, a quick and simple way to view images
|
i feh # Install feh, a quick and simple way to view images
|
||||||
|
Loading…
Reference in New Issue
Block a user