aboutsummaryrefslogtreecommitdiff
path: root/hosts/nixos/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nixos/home.nix')
-rw-r--r--hosts/nixos/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix
index 30576a5..2873d9c 100644
--- a/hosts/nixos/home.nix
+++ b/hosts/nixos/home.nix
@@ -12,7 +12,6 @@
programs.home-manager.enable = true;
home.packages = with pkgs; [
- firefox
obsidian
jetbrains.idea-community-bin
localsend
@@ -80,6 +79,7 @@
waybar.enable = true;
spicetify.enable = true;
zathura.enable = true;
+ firefox.enable = true;
vscode.enable = true;
home.stateVersion = "24.11";