From 8c29a7be9250705021082307d5dda5696f615e65 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 11 Aug 2023 14:20:12 +0000 Subject: [PATCH] Update home.nix --- home.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.