xfce.scm
1 | (define-module (home-config xfce) |
2 | #:use-module (guix gexp) |
3 | #:use-module (home utils) |
4 | #:export (xfce4-terminal-home)) |
5 | |
6 | (define xfce4-terminal-home |
7 | (simple-file-home |
8 | (local-file "files/xfce4-terminal/terminalrc") |
9 | ".config/xfce4/terminal/terminalrc")) |
10 |