From d6a3be3c3b0af9467a2b1561dae95c1019c6eb86 Mon Sep 17 00:00:00 2001 From: "c0co.channel" Date: Tue, 9 Sep 2025 18:14:01 +0100 Subject: Broken config --- vmstore/corpo/home.scm | 54 +++++++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 25 deletions(-) (limited to 'vmstore/corpo/home.scm') diff --git a/vmstore/corpo/home.scm b/vmstore/corpo/home.scm index 5211c57..107f53e 100644 --- a/vmstore/corpo/home.scm +++ b/vmstore/corpo/home.scm @@ -1,6 +1,7 @@ (define-module (corpo home) #:use-module (gnu) - #:use-module (gnu packages gnupg) + #:use-module (gnu packages chromium) + #:use-module (gnu packages gnuzilla) #:use-module (gnu services) #:use-module (gnu home) #:use-module (gnu home services) @@ -21,33 +22,33 @@ (home-environment (services (list - (simple-service 'profile-env-vars-service - home-environment-variables-service-type - '(;; Sort dot files first in ls - ("LC_COLLATE" . "C") + ; (simple-service 'profile-env-vars-service + ; home-environment-variables-service-type + ; '(;; Sort dot files first in ls + ; ("LC_COLLATE" . "C") ;; vim instead of nano - ("VISUAL" . "vim") - ("EDITOR" . "vim") + ; ("VISUAL" . "vim") + ; ("EDITOR" . "vim") ;; Wayland - ("XDG_CURRENT_DESKTOP" . "sway") - ("XDG_SESSION_TYPE" . "wayland") - ("RTC_USE_PIPEWIRE" . "true") - ("SDL_VIDEODRIVER" . "wayland") - ("MOZ_ENABLE_WAYLAND" . "1") - ("CLUTTER_BACKEND" . "wayland") - ("ELM_ENGINE" . "wayland_egl") - ("ECORE_EVAS_ENGINE" . "wayland-egl") - ("QT_QPA_PLATFORM" . "wayland-egl"))) + ;("XDG_CURRENT_DESKTOP" . "sway") + ;("XDG_SESSION_TYPE" . "wayland") + ;("RTC_USE_PIPEWIRE" . "true") + ;("SDL_VIDEODRIVER" . "wayland") + ;("MOZ_ENABLE_WAYLAND" . "1") + ;("CLUTTER_BACKEND" . "wayland") + ;("ELM_ENGINE" . "wayland_egl") + ;("ECORE_EVAS_ENGINE" . "wayland-egl") + ;("QT_QPA_PLATFORM" . "wayland-egl"))) - (service home-bash-service-type - (home-bash-configuration - (bash-profile (list (local-file "./files/scripts/sway-login"))))) - - (service home-xdg-configuration-files-service-type - `(("sway/config" ,(local-file "./files/misc-config/sway-config")))) + ;(service home-bash-service-type + ; (home-bash-configuration + ; (bash-profile (list (local-file "./files/scripts/sway-login"))))) + ;(service home-xdg-configuration-files-service-type + ;`(("sway/config" ,(local-file "./files/misc-config/sway-config")))) + (service home-x11-service-type) (service home-dbus-service-type) (service home-pipewire-service-type))) @@ -56,12 +57,15 @@ grimshot wl-clipboard network-manager-applet xdg-desktop-portal xdg-desktop-portal-gtk xdg-desktop-portal-wlr xdg-utils xdg-dbus-proxy shared-mime-info - + i3-wm + dmenu + ;; Flatpak flatpak (list glib "bin") ; flatpak dependency - + ungoogled-chromium + icecat ;; Audio alsa-utils pavucontrol - + ;; General zip unzip)))) -- cgit v1.2.3