diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-11-14 14:53:44 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-11-14 14:53:44 -0500 |
commit | a04498c0b18d6fdf7e600dd9c8b5e7db781c21f3 (patch) | |
tree | e52aee2a32cace262f5acee2d2397240e3b39cf8 /home-config/home-configuration.scm | |
parent | bdb08351ce1afc15264658bcbb6ec03144874759 (diff) |
Changed firefox to use nix configuration, completely reset profile. No
longer using mozilla account.
Updated nixpkgs and home-manager
Added wpaperd flake
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 683f6aa..d2b9c24 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -167,7 +167,7 @@ | |||
167 | `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) | 167 | `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) |
168 | (".ssh/config" ,(local-file "ssh/config")) | 168 | (".ssh/config" ,(local-file "ssh/config")) |
169 | (".icons" ,(local-file "icons" #:recursive? #t)) | 169 | (".icons" ,(local-file "icons" #:recursive? #t)) |
170 | (".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json")) | 170 | ;(".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json")) |
171 | ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) | 171 | ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) |
172 | ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) | 172 | ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) |
173 | (".local/share/fonts" ,(local-file "fonts" #:recursive? #t)) | 173 | (".local/share/fonts" ,(local-file "fonts" #:recursive? #t)) |