Compare commits
6 Commits
local-podm
...
1a1ac092e9
Author | SHA1 | Date | |
---|---|---|---|
1a1ac092e9 | |||
b1bf2a6ba4 | |||
7940fb46d2 | |||
7b21c06b2c | |||
526300c89e | |||
9323e51388 |
@@ -1,16 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Type=Application
|
|
||||||
Name=kitty
|
|
||||||
GenericName=Terminal emulator
|
|
||||||
Comment=Fast, feature-rich, GPU based terminal
|
|
||||||
TryExec=kitty
|
|
||||||
StartupNotify=true
|
|
||||||
Exec=/usr/bin/hyprctl dispatch exec [workspace special:terminal silent] /usr/bin/kitty
|
|
||||||
Icon=kitty
|
|
||||||
Categories=System;TerminalEmulator;
|
|
||||||
X-TerminalArgExec=--
|
|
||||||
X-TerminalArgTitle=--title
|
|
||||||
X-TerminalArgAppId=--class
|
|
||||||
X-TerminalArgDir=--working-directory
|
|
||||||
X-TerminalArgHold=--hold
|
|
@@ -1,8 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Download bootc updates
|
|
||||||
Documentation=man:bootc(8)
|
|
||||||
ConditionPathExists=/run/ostree-booted
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=oneshot
|
|
||||||
ExecStart=/usr/bin/bootc update --quiet
|
|
@@ -1,12 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Download bootc updates
|
|
||||||
Documentation=man:bootc(8)
|
|
||||||
ConditionPathExists=/run/ostree-booted
|
|
||||||
|
|
||||||
[Timer]
|
|
||||||
OnBootSec=15min
|
|
||||||
OnUnitInactiveSec=8h
|
|
||||||
RandomizedDelaySec=2h
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=timers.target
|
|
@@ -1,13 +1,45 @@
|
|||||||
modules:
|
modules:
|
||||||
- type: dnf
|
- type: dnf
|
||||||
repos:
|
repos:
|
||||||
copr:
|
|
||||||
- ublue-os/packages
|
|
||||||
- solopasha/hyprland
|
|
||||||
- peterwu/rendezvous
|
|
||||||
nonfree: negativo17
|
nonfree: negativo17
|
||||||
install:
|
install:
|
||||||
packages:
|
packages:
|
||||||
|
- steam
|
||||||
|
- gamescope
|
||||||
|
- mangohud
|
||||||
|
|
||||||
|
# xpadneo
|
||||||
|
- dkms-xpadneo
|
||||||
|
|
||||||
|
- libheif
|
||||||
|
|
||||||
|
remove:
|
||||||
|
packages:
|
||||||
|
# remove firefox
|
||||||
|
- firefox
|
||||||
|
- firefox-langpacks
|
||||||
|
|
||||||
|
replace:
|
||||||
|
- from-repo: fedora-multimedia
|
||||||
|
packages:
|
||||||
|
- libva
|
||||||
|
- libva-intel-media-driver
|
||||||
|
- mesa-dri-drivers
|
||||||
|
- mesa-filesystem
|
||||||
|
- mesa-libEGL
|
||||||
|
- mesa-libGL
|
||||||
|
- mesa-libgbm
|
||||||
|
- mesa-va-drivers
|
||||||
|
- mesa-vulkan-drivers
|
||||||
|
- gstreamer1-plugin-libav
|
||||||
|
|
||||||
|
- type: rpm-ostree
|
||||||
|
repos:
|
||||||
|
- https://copr.fedorainfracloud.org/coprs/ublue-os/packages/repo/fedora-%OS_VERSION%/ublue-os-packages-fedora-%OS_VERSION%.repo
|
||||||
|
- https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo
|
||||||
|
- https://copr.fedorainfracloud.org/coprs/peterwu/rendezvous/repo/fedora-%OS_VERSION%/peterwu-rendezvous-fedora-%OS_VERSION%.repo
|
||||||
|
- https://negativo17.org/repos/fedora-steam.repo
|
||||||
|
install:
|
||||||
# sddm
|
# sddm
|
||||||
- sddm
|
- sddm
|
||||||
- sddm-themes
|
- sddm-themes
|
||||||
@@ -17,7 +49,7 @@ modules:
|
|||||||
|
|
||||||
# password keeper
|
# password keeper
|
||||||
- kf6-kwallet
|
- kf6-kwallet
|
||||||
- kwalletmanager
|
- kwalletmanager5
|
||||||
- pam-kwallet
|
- pam-kwallet
|
||||||
|
|
||||||
# hyprland
|
# hyprland
|
||||||
@@ -31,8 +63,6 @@ modules:
|
|||||||
- ublue-os-signing
|
- ublue-os-signing
|
||||||
|
|
||||||
# environment
|
# environment
|
||||||
# xwayland
|
|
||||||
- xorg-x11-server-Xwayland
|
|
||||||
# headset control
|
# headset control
|
||||||
- headsetcontrol
|
- headsetcontrol
|
||||||
# media related
|
# media related
|
||||||
@@ -108,36 +138,6 @@ modules:
|
|||||||
# zoxide for z stuff
|
# zoxide for z stuff
|
||||||
- zoxide
|
- zoxide
|
||||||
|
|
||||||
# steam
|
|
||||||
- steam
|
|
||||||
# for game mode and big picture mode
|
|
||||||
- gamescope
|
|
||||||
# for performance view
|
|
||||||
- mangohud
|
|
||||||
# xpadneo
|
|
||||||
- dkms-xpadneo
|
|
||||||
|
|
||||||
remove:
|
|
||||||
packages:
|
|
||||||
# remove firefox
|
|
||||||
- firefox
|
|
||||||
- firefox-langpacks
|
|
||||||
|
|
||||||
replace:
|
|
||||||
- from-repo: fedora-multimedia
|
|
||||||
packages:
|
|
||||||
- libheif
|
|
||||||
- libva
|
|
||||||
- libva-intel-media-driver
|
|
||||||
- mesa-dri-drivers
|
|
||||||
- mesa-filesystem
|
|
||||||
- mesa-libEGL
|
|
||||||
- mesa-libGL
|
|
||||||
- mesa-libgbm
|
|
||||||
- mesa-va-drivers
|
|
||||||
- mesa-vulkan-drivers
|
|
||||||
- gstreamer1-plugin-libav
|
|
||||||
|
|
||||||
- type: script
|
- type: script
|
||||||
scripts:
|
scripts:
|
||||||
- install-xpadneo.sh
|
- install-xpadneo.sh
|
@@ -2,7 +2,7 @@ modules:
|
|||||||
- type: systemd
|
- type: systemd
|
||||||
system:
|
system:
|
||||||
enabled:
|
enabled:
|
||||||
- bootc-fetch-updates.timer
|
- rpm-ostreed-automatic.timer
|
||||||
- flatpak-system-update.timer
|
- flatpak-system-update.timer
|
||||||
user:
|
user:
|
||||||
enabled:
|
enabled:
|
||||||
|
Reference in New Issue
Block a user