Update devenv.yaml and default.nix files

This commit is contained in:
panotaka
2023-11-21 22:16:19 -04:00
parent d6ae4409a8
commit e768c78037
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
inputs: inputs:
nixpkgs: nixpkgs:
url: github:NixOS/nixpkgs/nixpkgs-unstable url: github:NixOS/nixpkgs/nixpkgs-unstable

View File

@@ -22,8 +22,9 @@ in
]; ];
# Set hostname and timezone # Set networking
networking.hostName = hostname; networking.hostName = hostname;
networking.networkmanager.enable = true;
# Bootloader configuration # Bootloader configuration