From 1aecf1bfcb5b135607732b20be58887b7fc9a5e8 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 19 Jan 2025 15:39:59 -0700 Subject: move dwm files to separate directory --- .config/guix/graveyard/hati.scm | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to '.config/guix/graveyard/hati.scm') 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 -- cgit v1.2.3