From c3d4374069811b6040fb055773b98b882513d484 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sat, 24 Jun 2023 21:03:32 +0200 Subject: [PATCH] Update state version --- nixos-configurations/pc/default.nix | 2 ++ nixos-configurations/shared.nix | 11 +++-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/nixos-configurations/pc/default.nix b/nixos-configurations/pc/default.nix index 705623a..fea4323 100644 --- a/nixos-configurations/pc/default.nix +++ b/nixos-configurations/pc/default.nix @@ -26,6 +26,8 @@ key = "74F3E176485BE7DA"; }; }; + home.stateVersion = "22.11"; }; + system.stateVersion = "22.11"; } diff --git a/nixos-configurations/shared.nix b/nixos-configurations/shared.nix index a22018a..fd484f7 100644 --- a/nixos-configurations/shared.nix +++ b/nixos-configurations/shared.nix @@ -215,10 +215,7 @@ }; }; }; - firefox = { - enable = true; - package = pkgs.firefox-devedition; - }; + firefox.enable = true; git = { enable = true; userName = "thiloho"; @@ -240,7 +237,6 @@ NIXOS_OZONE_WL = "1"; EDITOR = "hx"; }; - stateVersion = "22.11"; packages = with pkgs; [ libreoffice airshipper @@ -260,9 +256,8 @@ grim swappy kooha + ventoy ]; + }; }; -}; - - system.stateVersion = "22.11"; }