diff options
author | Linnnus <[email protected]> | 2025-01-27 19:46:55 +0000 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-01-27 19:50:41 +0000 |
commit | ca5158cf424773d1361ad4c78e7b66c6c3a0cf9a (patch) | |
tree | 85294344a33f34b82734fa40e4040b5491634fad /hosts | |
parent | 47e2c211d343a73260a65995514f46f2ccba103d (diff) |
Add firefox
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/omar/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/omar/configuration.nix b/hosts/omar/configuration.nix index 7007d13..62a6d69 100644 --- a/hosts/omar/configuration.nix +++ b/hosts/omar/configuration.nix @@ -51,6 +51,7 @@ imports = [ # I am planning on using this host when traveling. ../../shared/home-manager/development-full + ../../shared/home-manager/firefox ]; home.stateVersion = "24.11"; }; |