Skip to content

Commit

Permalink
Remove x60
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Feb 9, 2025
1 parent 18da3cd commit 7a4bb74
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ const symlinks = async () => [{
src: '.config/xkb/Freyja',
dst: '.config/xkb/keymap/default.xkb',
pkgs: ['xorg-server']
}, {
src: '.config/xkb/x60',
dst: '.config/xkb/keymap/x60t.xkb',
pkgs: ['xorg-server']
}, {
src: '.config/xkb/Gungnir',
dst: '.config/xkb/keymap/matebook.xkb',
Expand All @@ -203,11 +199,6 @@ const symlinks = async () => [{
dst: await randomFile('drive/wallpaper/hosts/freyja') ?? '.config/awesome/themes/powerarrow/wall.png',
hosts: ['freyja'],
pkgs: ['awesome']
}, {
src: '.config/awesome/themes/powerarrow-dark/wall.png',
dst: 'Wallpaper/wallhaven-83639-4x3.jpg',
hosts: ['x60'],
pkgs: ['awesome']
}]

export default async () => ({
Expand Down

0 comments on commit 7a4bb74

Please sign in to comment.