Update 2 files
- /flake.nix - /configuration.nix
This commit is contained in:
@@ -80,7 +80,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# User Account Setup - REQUIRED: Change "hydenix" to your desired username (must match above)
|
# User Account Setup - REQUIRED: Change "hydenix" to your desired username (must match above)
|
||||||
users.users.bangae1 = {
|
users.bangae1 = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
initialPassword = "1"; # SECURITY: Change this password after first login with `passwd`
|
initialPassword = "1"; # SECURITY: Change this password after first login with `passwd`
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
|
|||||||
@@ -49,9 +49,9 @@
|
|||||||
nixosConfigurations.default = hydenixConfig;
|
nixosConfigurations.default = hydenixConfig;
|
||||||
/*devShells.${system}.default = pkgs.mkShell {
|
/*devShells.${system}.default = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
python313
|
#python313
|
||||||
python313Packages.pip
|
#python313Packages.pip
|
||||||
python313Packages.venvShellHook
|
#python313Packages.venvShellHook
|
||||||
stdenv.cc.cc.lib
|
stdenv.cc.cc.lib
|
||||||
pkg-config
|
pkg-config
|
||||||
gcc
|
gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user