summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2025-06-18 10:43:27 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2025-06-18 10:43:27 +0200
commit3e949244b1ee5aaaa63958b64bb4e7208fce7b2a (patch)
treef9a8f023f83d1afe56c295dc4aa12deb1eb46c6e
parenta2dbe443bd26bcb57bcfc5a59d7ab0522dc864f8 (diff)
id1000: transfer out common bash configuration to sovereign repository
-rw-r--r--users/id1000.scm28
1 files changed, 1 insertions, 27 deletions
diff --git a/users/id1000.scm b/users/id1000.scm
index a0f850d..17ecdb8 100644
--- a/users/id1000.scm
+++ b/users/id1000.scm
@@ -510,32 +510,6 @@
;;;
-(define bash-prompt-configuration-core
- " PS1='\\n\\n\\t $?\\n\\u@\\H \\w\\n\\! ")
-
-(define bash-prompt-configuration
- (mixed-text-file "bash-prompt"
- "\n"
- "if [ -n \"$GUIX_ENVIRONMENT\" ] \n"
- "then\n"
- bash-prompt-configuration-core
- "[env] \\$ '\n"
- "else\n"
- bash-prompt-configuration-core
- "\\$ '\n"
- "fi"))
-
-(define bash-extension
- (gnu:home:services:shells:home-bash-extension
- (aliases (list '("edit" . "$EDITOR")))
- (bash-profile (list bash-prompt-configuration))
- (bashrc (list bash-prompt-configuration))))
-
-(define bash-configuration
- (gnu:services:simple-service 'uid1000-bash-configuration
- gnu:home:services:shells:home-bash-service-type
- bash-extension))
-
(define-public dkim-service
(gnu:services:service dkimproxy-out-service-type
dkimproxy-out-configuration*))
@@ -574,7 +548,7 @@
gnu:home:services:home-xdg-configuration-files-service-type
git-configuration-files))
(user-services (list bash
- bash-configuration
+ sovereign:systems:bash-configuration
git-configuration))
(l-services (append suweren:home:%suweren-home-services
user-services)))