From d4176456f4ba9ac9fc908bc609a43f0caf464f1e Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 31 Aug 2023 18:14:20 +0200 Subject: Install Plasma Environment to the system --- aisaka.org | 7 +++++-- home-configuration.scm | 24 ++++++++++++------------ system-configuration.scm | 6 +++++- 3 files changed, 22 insertions(+), 15 deletions(-) diff --git a/aisaka.org b/aisaka.org index c18fe33..17dc6a2 100644 --- a/aisaka.org +++ b/aisaka.org @@ -62,9 +62,12 @@ https://guix.gnu.org/en/manual/en/html_node/System-Configuration.html (append (map <> - '("netcat-openbsd" + '(;; "netcat-openbsd" "nss-certs" "ntfs-3g")) + ( map + <> + ( list "plasma" "plasma-desktop" "plasma-framework" "plasma-integration" "plasma-nano" "plasma-nm" "plasma-pa" "plasma-pass" "plasma-vault" "plasma-welcome" "plasma-workspace" "plasma-bigscreen" "plasma-mobile" "plasma-phonebook" "plasma-browser-integration" "plasma-mobile-settings" "plasma-mobile-sounds" "plasma-wayland-protocols" "plasma-active-window-control" "plasma-phone-components" "plasma-redshift-control" "plasma-disks" "plasma-firewall" "plasma-systemmonitor" "breeze" "breeze-gtk" "bluedevil" "breeze-icons" "kdeplasma-addons" "keysmith" "kmenuedit" "krunner" "kwin" "latte-dock" "plasma-workspace-wallpapers" "polkit-kde-agent" "system-settings" "calindori" "discover" "elisa" "kpipewire" "ksysguard" "attica" "kaccounts-integration" "kde-frameworkintegration" "kmail" "kscreen" ) ) %base-packages)) (services <>) @@ -276,7 +279,7 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html (description "Custom version of ORG-FC.") (default-value #f))) <> - <> + ;; <> (service home-bash-service-type (home-bash-configuration (environment-variables '(("EDITOR" . "emacs -nw") diff --git a/home-configuration.scm b/home-configuration.scm index 24c6a81..2f64492 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -158,18 +158,18 @@ User kynio Hostname prnpi5oblk35gzcihbgu3227xvanisouxgbejri57bnzjawcksq4l7yd.onion Port 22\n")))) - (service - (service-type - (name 'trezor-user-packages) - (extensions - (list - (service-extension home-profile-service-type - (lambda (_) - (map specification->package - (list - "trezor-agent")))))) - (description "Trezor packages for the user.") - (default-value #f))) + ;; (service + ;; (service-type + ;; (name 'trezor-user-packages) + ;; (extensions + ;; (list + ;; (service-extension home-profile-service-type + ;; (lambda (_) + ;; (map specification->package + ;; (list + ;; "trezor-agent")))))) + ;; (description "Trezor packages for the user.") + ;; (default-value #f))) (service home-bash-service-type (home-bash-configuration (environment-variables '(("EDITOR" . "emacs -nw") diff --git a/system-configuration.scm b/system-configuration.scm index 525267c..11a6e61 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -34,9 +34,13 @@ (map (compose list specification->package+output) - '("netcat-openbsd" + '(;; "netcat-openbsd" "nss-certs" "ntfs-3g")) + ( map + (compose list + specification->package+output) + ( list "plasma" "plasma-desktop" "plasma-framework" "plasma-integration" "plasma-nano" "plasma-nm" "plasma-pa" "plasma-pass" "plasma-vault" "plasma-welcome" "plasma-workspace" "plasma-bigscreen" "plasma-mobile" "plasma-phonebook" "plasma-browser-integration" "plasma-mobile-settings" "plasma-mobile-sounds" "plasma-wayland-protocols" "plasma-active-window-control" "plasma-phone-components" "plasma-redshift-control" "plasma-disks" "plasma-firewall" "plasma-systemmonitor" "breeze" "breeze-gtk" "bluedevil" "breeze-icons" "kdeplasma-addons" "keysmith" "kmenuedit" "krunner" "kwin" "latte-dock" "plasma-workspace-wallpapers" "polkit-kde-agent" "system-settings" "calindori" "discover" "elisa" "kpipewire" "ksysguard" "attica" "kaccounts-integration" "kde-frameworkintegration" "kmail" "kscreen" ) ) %base-packages)) (services (append -- cgit v1.2.3