From a04498c0b18d6fdf7e600dd9c8b5e7db781c21f3 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 14 Nov 2024 14:53:44 -0500 Subject: Changed firefox to use nix configuration, completely reset profile. No longer using mozilla account. Updated nixpkgs and home-manager Added wpaperd flake --- home-config/home-configuration.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-config/home-configuration.scm') 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 @@ `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) (".ssh/config" ,(local-file "ssh/config")) (".icons" ,(local-file "icons" #:recursive? #t)) - (".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json")) + ;(".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json")) ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) (".local/share/fonts" ,(local-file "fonts" #:recursive? #t)) -- cgit v1.2.3