Skip to content

Commit

Permalink
feat(just): add a snippet for framework laptops (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Jul 17, 2023
1 parent 49aca5f commit 196be0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ distrobox-universal:
echo 'Creating Universal Development distrobox ...'
distrobox create --image mcr.microsoft.com/devcontainers/universal:latest -n universal -Y

framework-13:
rpm-ostree kargs --append="module_blacklist=hid_sensor_hub" --append="nvme.noacpi=1"

fish:
sudo lchsh -i

Expand Down

0 comments on commit 196be0f

Please sign in to comment.