Skip to content

Commit

Permalink
feat: i3wm
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Dec 28, 2023
1 parent f9d3f85 commit 10d8400
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions config.scm
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,16 @@
;; Packages installed system-wide. Users can also install packages
;; under their own account: use 'guix search KEYWORD' to search
;; for packages and 'guix install PACKAGE' to install a package.
(packages (append (list (specification->package "i3-wm")
(specification->package "i3status")
(specification->package "dmenu")
(specification->package "st")
(specification->package "nss-certs"))
;; Add a bunch of window managers; we can choose one at
;; the log-in screen with F1.
(packages (append (list
;; window managers
ratpoison i3-wm i3status dmenu
emacs emacs-exwm emacs-desktop-environment
;; terminal emulator
xterm
;; for HTTPS access
nss-certs)
%base-packages))

;; Below is the list of system services. To search for available
Expand Down

0 comments on commit 10d8400

Please sign in to comment.