mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 10:48:00 -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;
|
||||
system.stateVersion = "23.11";
|
||||
home-manager.backupFileExtension = "backup";
|
||||
environment.systemPackages = with pkgs; [
|
||||
environment.systemPackages = with nixpkgs.pkgs; [
|
||||
vim
|
||||
wget
|
||||
python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue