diff --git a/home.nix b/home.nix
index 289b873..57b98a8 100644
--- a/home.nix
+++ b/home.nix
@@ -14,20 +14,18 @@
   # You can update Home Manager without changing this value. See
   # the Home Manager release notes for a list of state version
   # changes in each release.
-  home.stateVersion = "22.11";
+  home.stateVersion = "23.05";
 
   nixpkgs.config.allowUnfree = true; 
 
   home.packages = with pkgs; [
     # GUI
-    firefox
     spotify
     vscode
 
     # CLI
     mdbook
     neofetch
-    restic
   ];
 
   programs.bash = {
@@ -69,7 +67,6 @@
 
   programs.command-not-found.enable = true; 
 
-  programs.firefox.enable = true;
   programs.gh.enable = true;
 
   # Let Home Manager install and manage itself.