diff options
author | Thanos Apollo <[email protected]> | 2025-02-04 16:44:23 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-02-04 16:44:23 +0200 |
commit | 75374d9ab9b41d43de5d9ae4b00318b81d38aeca (patch) | |
tree | 8f52ac9206904cf3fc4b5a93b4f53a40ff9ddd42 | |
parent | 8fa9db10bf9193e10a19f4b8c583f40f3959208a (diff) |
guix: rename constantine to desktop.
-rw-r--r-- | guix/desktop.scm (renamed from guix/constantine.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/constantine.scm b/guix/desktop.scm index a0674bf..bf97656 100644 --- a/guix/constantine.scm +++ b/guix/desktop.scm @@ -1,5 +1,5 @@ -(define-module (constantine) +(define-module (desktop) #:use-module (gnu) #:use-module (system-create)) |