diff options
Diffstat (limited to 'src/jd/host.scm')
| -rw-r--r-- | src/jd/host.scm | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/src/jd/host.scm b/src/jd/host.scm index 1bd5c30..4e573e4 100644 --- a/src/jd/host.scm +++ b/src/jd/host.scm  | |||
| @@ -54,7 +54,8 @@ | |||
| 54 | (list | 54 | (list | 
| 55 | (feature-host-info | 55 | (feature-host-info | 
| 56 | #:host-name "berserker" | 56 | #:host-name "berserker" | 
| 57 | #:timezone "Europe/Warsaw") | 57 | #:timezone "Europe/Warsaw" | 
| 58 | #:issue "Greetings, wandering soul, craving the tapping keystrokes?") | ||
| 58 | (feature-file-systems | 59 | (feature-file-systems | 
| 59 | #:mapped-devices mapped-devices | 60 | #:mapped-devices mapped-devices | 
| 60 | #:file-systems file-systems) | 61 | #:file-systems file-systems) | 
| @@ -64,5 +65,7 @@ | |||
| 64 | (profile docked ((output eDP-1 disable) | 65 | (profile docked ((output eDP-1 disable) | 
| 65 | (output DP-3 enable))) | 66 | (output DP-3 enable))) | 
| 66 | (profile docked ((output eDP-1 disable) | 67 | (profile docked ((output eDP-1 disable) | 
| 67 | (output DP-4 enable))))) | 68 | (output DP-4 enable))) | 
| 69 | (profile docked ((output eDP-1 disable) | ||
| 70 | (output DP-6 enable))))) | ||
| 68 | (feature-hidpi))) | 71 | (feature-hidpi))) | 
