Skip to content

Commit

Permalink
feat: Install VSO GNOME Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Dec 25, 2023
1 parent 309bd53 commit 91cb0d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[org.gnome.shell]
enabled-extensions=['[email protected]']
disable-user-extensions=false
7 changes: 7 additions & 0 deletions modules/00-vanilla-system-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ modules:
- chmod +x /usr/bin/vso-os-shell
- echo "/usr/bin/vso-os-shell" >> /etc/shells
- sed -i 's/^\(SHELL=\).*/\1\/usr\/bin\/vso-os-shell/' /etc/default/useradd
- name: vso-gnome-ext
type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/vso-gnome-ext/archive/refs/tags/1.tar.gz
commands:
- mv /sources/[email protected] /usr/share/gnome-shell/extensions/
- name: vso-deps-install
type: apt
source:
Expand Down

0 comments on commit 91cb0d4

Please sign in to comment.