summaryrefslogtreecommitdiff
path: root/.config/guix/graveyard/hati.scm
diff options
context:
space:
mode:
Diffstat (limited to '.config/guix/graveyard/hati.scm')
-rw-r--r--.config/guix/graveyard/hati.scm15
1 files changed, 9 insertions, 6 deletions
diff --git a/.config/guix/graveyard/hati.scm b/.config/guix/graveyard/hati.scm
index 2c08f4e..db1a22f 100644
--- a/.config/guix/graveyard/hati.scm
+++ b/.config/guix/graveyard/hati.scm
@@ -1,8 +1,3 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; This configuration adapts the base-level 'ymir' ;;
-;; OS declaration for 'hati', a desktop. ;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
(define-module (hati)
#:use-module (gnu)
#:use-module (gnu home)
@@ -20,6 +15,11 @@
#:use-module (modules ymir)
#:use-module (modules pdf))
+;;; Commentary:
+;;;
+;;; hati is a asus/nvidia 3060 desktop
+;;;
+;;; Code:
(define home
(home-environment
@@ -52,7 +52,7 @@
,@bd-mpd-service
,(service guix-home-service-type
`((,username ,home)))))
-
+
(mapped-devices (list (mapped-device
(source (uuid "1e9c3cd7-97c2-411a-975a-40222d185563"))
(target "hidden")
@@ -75,3 +75,6 @@
"df334be4-5828-45b4-842a-9a8d97cfa40a"
'ext4))
(type "ext4")) %base-file-systems)))
+
+
+;;; hati.scm ends here