From 96c07bbdd542fb0559de86a94c9d13c839fe5868 Mon Sep 17 00:00:00 2001 From: mir Date: Mon, 7 Oct 2024 22:28:33 -0800 Subject: [PATCH] face file service broken - what even are hashes --- home-configuration.scm | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index bf27f55..c9fdc3b 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -8,6 +8,8 @@ (gnu packages) (gnu packages emacs) (gnu packages vim) + (gnu packages version-control) + (gnu packages terminals) (gnu services) (guix gexp) (guix store) @@ -29,7 +31,9 @@ ;; Below is the list of packages that will show up in your ;; Home profile, under ~/.guix-home/profile. (packages (list - emacs + emacs + git + kitty neovim)) ;; Below is the list of Home services. To search for available @@ -40,12 +44,21 @@ home-files-service-type `( (".face" ,(file-fetch - "https://marq42.xyz/mir-avatar-picrew.png" - "yc8TjdLXswliHmzUxYQ3MYB+UXHuVmp8+0bECEspLrU=" + "https://marq42.xyz/mir-avatar-picrew-3.png" + "cf5ck8db4d5n24drdnv77wx1liiqi6an" )))) (service home-dconf-load-service-type #~`((org/gnome/shell - (disable-user-extensions #f)) + (disable-user-extensions #f) + (favorite-apps #( + "kitty.desktop" + "firefox.desktop" + "emacs.desktop" + "org.gnome.Settings.desktop" + "org.gnome.Nautilus.desktop" + "btop.desktop")) + ) + (org/gnome/desktop/interface (color-scheme "prefer-dark")) (org/gnome/mutter @@ -62,7 +75,9 @@ (org/gnome/desktop/interface (show-battery-percentage #t)) (org/gnome/desktop/session - (idle-delay ,(* uint32 0))) + (idle-delay "uint32 0") + ;(idle-delay ,(int32->uint32 0)) + ) (org/gnome/desktop/background (picture-uri-dark #$(file-fetch "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg" @@ -70,7 +85,8 @@ "avrKrso2RJBM0X9BD8likF/7wV0SWMNgoLqtqAixLG8=" ))) (org/gnome/desktop/peripherals/touchpad - (tap-to-click #t)))) + (tap-to-click #t)))) ; end gnome stuff + ;; shell (service home-bash-service-type (home-bash-configuration (bash-profile (list (plain-file