diff options
Diffstat (limited to 'home-config/home-configuration.scm')
| -rw-r--r-- | home-config/home-configuration.scm | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 93ec9e1..3e35a56 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
| @@ -37,7 +37,6 @@ | |||
| 37 | (define %home-symlinks | 37 | (define %home-symlinks |
| 38 | `((".config/guix/home-config/fish" ".config/fish") | 38 | `((".config/guix/home-config/fish" ".config/fish") |
| 39 | (".config/guix/home-config/nix-config" ".config/nix") | 39 | (".config/guix/home-config/nix-config" ".config/nix") |
| 40 | (".config/guix/home-config/tridactyl/native_main" ".local/share/tridactyl/native_main") | ||
| 41 | (".config/guix/home-config/nix-home-manager" ".config/home-manager"))) | 40 | (".config/guix/home-config/nix-home-manager" ".config/home-manager"))) |
| 42 | 41 | ||
| 43 | (home-symlinks %home-symlinks) | 42 | (home-symlinks %home-symlinks) |
| @@ -140,16 +139,16 @@ | |||
| 140 | ;; Below is the list of Home services. To search for available | 139 | ;; Below is the list of Home services. To search for available |
| 141 | ;; services, run 'guix home search KEYWORD' in a terminal. | 140 | ;; services, run 'guix home search KEYWORD' in a terminal. |
| 142 | (services | 141 | (services |
| 143 | (list ;(service home-bash-service-type | 142 | (list (service home-bash-service-type |
| 144 | ; (home-bash-configuration | 143 | (home-bash-configuration |
| 145 | ;(aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l") | 144 | (aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l") |
| 146 | ; ("ls" . "ls -p --color=auto") | 145 | ("ls" . "ls -p --color=auto") |
| 147 | ; ("spt" . "spotify_player") | 146 | ("spt" . "spotify_player") |
| 148 | ; ("python" . "python3"))) | 147 | ("python" . "python3"))) |
| 149 | ; (bashrc (list (local-file | 148 | (bashrc (list (local-file |
| 150 | ; "bashrc"))) | 149 | "bashrc"))) |
| 151 | ; (bash-profile (list (local-file | 150 | (bash-profile (list (local-file |
| 152 | ; "bash_profile"))))) | 151 | "bash_profile"))))) |
| 153 | (service home-xdg-configuration-files-service-type | 152 | (service home-xdg-configuration-files-service-type |
| 154 | `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) | 153 | `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) |
| 155 | ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) | 154 | ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) |
