summaryrefslogtreecommitdiff
path: root/manifests/workstation_x.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-02 19:01:04 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-02 19:22:48 +0200
commit4c751df7e334707452c2e507b634694f9eff0af8 (patch)
tree579152125991d00f79fc74e20edfd4919ce31f97 /manifests/workstation_x.pp
parentMove cowsay and envirnoment setup to own profiles. (diff)
downloadprofiles-4c751df7e334707452c2e507b634694f9eff0af8.tar.gz
profiles-4c751df7e334707452c2e507b634694f9eff0af8.tar.xz
Futher workstation setup.
Diffstat (limited to 'manifests/workstation_x.pp')
-rw-r--r--manifests/workstation_x.pp25
1 files changed, 25 insertions, 0 deletions
diff --git a/manifests/workstation_x.pp b/manifests/workstation_x.pp
index b065d96..692710b 100644
--- a/manifests/workstation_x.pp
+++ b/manifests/workstation_x.pp
@@ -64,4 +64,29 @@ class profiles::workstation_x (
mode => '0555',
source => 'puppet:///modules/profiles/passmenu',
}
+
+ ensure_packages([
+ 'alacritty',
+ 'emacs',
+ 'firefox',
+ 'gvim', # Arch specific name?
+ 'otf-fira-mono',
+ 'passmenu',
+ 'scrot',
+ 'transmission-remote-gtk',
+ 'ttf-fira-mono',
+ 'xclip',
+ 'xorg',
+ 'xorg-xinit',
+ 'xorg-fonts-misc',
+ 'xrandr',
+ 'arandr',
+ 'xterm',
+ 'zathura',
+ 'zathura-pdf-mupdf',
+ 'zathura-ps',
+ ])
+
+ include ::profiles::pulseaudio
+ include ::profiles::xmonad
}