diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-06-03 13:51:23 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-06-03 13:51:23 -0400 |
commit | 95f2143d435fc8889d276be5ddda3804d4ab1630 (patch) | |
tree | 917519043dc687c7e1b55d2cf5bf347b17c0857f /home-config/home-configuration.scm | |
parent | 1bb57c778fd3a6838f66a5cb80317bfea6fc6996 (diff) |
changed for obs, fix for desktop portals
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 22a9399..756c68f 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -87,10 +87,8 @@ | |||
87 | ("ls" . "ls -p --color=auto") | 87 | ("ls" . "ls -p --color=auto") |
88 | ("python" . "python3"))) | 88 | ("python" . "python3"))) |
89 | (bashrc (list (local-file | 89 | (bashrc (list (local-file |
90 | "/home/ryan/.config/guix/home-config/bashrc" | ||
91 | "bashrc"))) | 90 | "bashrc"))) |
92 | (bash-profile (list (local-file | 91 | (bash-profile (list (local-file |
93 | "/home/ryan/.config/guix/home-config/bash_profile" | ||
94 | "bash_profile"))))) | 92 | "bash_profile"))))) |
95 | (service home-xdg-configuration-files-service-type | 93 | (service home-xdg-configuration-files-service-type |
96 | `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) | 94 | `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) |