summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-06-03 17:04:32 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-06-03 17:04:32 +0200
commit17197d5cca9590d4c72ae03d26201a1b3e048f40 (patch)
tree616be898d6e507d30cd4d278bd2f49911ebf771b
parent4336bc65905167a784ccb9f76911bb5d19821a37 (diff)
restore home configuration for marekpasnikowski
-rw-r--r--people/marekpasnikowski.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/people/marekpasnikowski.scm b/people/marekpasnikowski.scm
new file mode 100644
index 0000000..add7042
--- /dev/null
+++ b/people/marekpasnikowski.scm
@@ -0,0 +1,6 @@
+(define-module (people marekpasnikowski)
+ #:use-module (gnu home)
+ #:use-module (suweren home))
+
+(define-public home
+ (home-environment (inherit %home-environment)))