Changeset 139f922 in dotfiles
- Timestamp:
- Apr 23, 2023, 9:09:53 PM (21 months ago)
- Branches:
- master
- Children:
- 60b943c4
- Parents:
- 5401ac6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/rde/src/wkz-p1.scm
r5401ac6 r139f922 3 3 #:use-module (rde features base) 4 4 #:use-module (rde features documentation) 5 #:use-module (rde features docker) 5 6 #:use-module (rde features linux) 6 7 #:use-module (rde features networking) … … 47 48 48 49 ;; Web tech 49 "node" "php" 50 "node" "php" "docker-compose" 50 51 51 52 "papirus-icon-theme" "arc-theme" … … 86 87 (bindsym $mod+Ctrl+o focus output left) 87 88 (input type:touchpad 88 ((tap enabled))) 89 ((events disabled) 90 (tap disabled))) 89 91 90 92 ;; (xwayland disable) … … 140 142 141 143 ;; (feature-alternative-frontends) 144 145 (feature-docker) 142 146 143 147 (feature-youtube-dl)
Note:
See TracChangeset
for help on using the changeset viewer.