mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update state version
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user