File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ set -ouex pipefail
1313dnf5 -y copr enable solopasha/hyprland
1414dnf5 -y install xdg-desktop-portal-hyprland hyprland hyprland-contrib hyprland-plugins hyprpaper hyprpicker hypridle hyprshot hyprlock pyprland xdg-desktop-portal-hyprland hyprland-qtutils
1515
16+ # CLI Tools
17+ dnf5 -y install fd-find
18+
1619# Remove extra things
1720# TODO: Figure out what we don't need from solopasha/hyprland
1821#
@@ -27,7 +30,7 @@ dnf5 -y install walker
2730# Application Launcher
2831dnf5 -y copr enable errornointernet/packages
2932dnf5 -y install elephant
30- elepahant service enable
33+ elephant service enable
3134
3235# On Screen Display
3336dnf5 -y copr enable markupstart/SwayOSD
@@ -45,9 +48,6 @@ dnf5 -y install wezterm
4548dnf5 -y copr enable agriffis/neovim-nightly
4649dnf5 -y install neovim python3-neovim
4750
48- # CLI Tools
49- dnf5 -y install fd-find
50-
5151# Install BinaryOS application configs as system defaults
5252# XDG-compliant applications will use these as defaults when users first log in
5353
You can’t perform that action at this time.
0 commit comments