From 80d65f944c77b44e44a354e3b7398973f8e7d752 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Wed, 14 Aug 2024 17:34:35 +0200 Subject: [PATCH] feat: ... many changes in home --- home/home-configuration.scm | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index ae14f09..c62f887 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -14,6 +14,7 @@ (gnu home services shells) (gnu home services gnupg) (gnu home services sound) + (gnu home services) (home fonts)) (home-environment @@ -39,10 +40,10 @@ ;; Fonts "font-hack" "font-dejavu" "font-ubuntu" - "font-awesome" "font-google-noto" + "font-awesome" "font-google-noto-emoji" ;; Browsing - "librewolf" "browserpass-native" + "librewolf" "firefox" ;; No netflix in librewolf :'( ;; Development @@ -52,8 +53,11 @@ "gnupg" "password-store" "pass-otp" ;; For window manager - "rofi-wayland" ;; "dmenu-wayland" + "dwl-mine" "waybar-mine" + "rofi-wayland" "brillo" + "wlr-randr" ;;"dwlmsg" + ;;"wlopm" "grim" "slurp" ;; Notebook @@ -77,6 +81,12 @@ (bash-profile (list (local-file ".bash_profile" "bash_profile"))))) + (service home-files-service-type + `((".config/foot/foot.ini" ,(local-file "./foot.ini")) + (".config/waybar/config.jsonc" ,(local-file "waybar-config.jsonc")) + (".config/waybar/style.css" ,(local-file "waybar-style.css")) + (".librewolf/native-messaging-hosts/com.github.browserpass.native.json" ,(file-append (specification->package "browserpass-native") "/lib/browserpass/hosts/firefox/com.github.browserpass.native.json")))) + (simple-service 'default-fonts home-fontconfig-service-type (list -- 2.48.1