mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 12:12:30 -05:00
Umm
This commit is contained in:
parent
9a04ca24ba
commit
e8ffedc110
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
home-manager.backupFileExtension = "backup";
|
home-manager.backupFileExtension = "backup";
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with nixpkgs.pkgs; [
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
python3
|
python3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue