summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aisaka.org7
-rw-r--r--home-configuration.scm24
-rw-r--r--system-configuration.scm6
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
<<to-package+output>>
- '("netcat-openbsd"
+ '(;; "netcat-openbsd"
"nss-certs"
"ntfs-3g"))
+ ( map
+ <<to-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
<<system-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)))
<<ssh-user-configuration>>
- <<trezor-user-packages>>
+ ;; <<trezor-user-packages>>
(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