push
This commit is contained in:
10
main.nix
10
main.nix
@@ -8,7 +8,6 @@
|
|||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
vscode
|
vscode
|
||||||
git
|
|
||||||
|
|
||||||
python3
|
python3
|
||||||
|
|
||||||
@@ -32,10 +31,8 @@
|
|||||||
|
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
|
||||||
rpi-imager
|
# rpi-imager
|
||||||
rpiboot
|
rpiboot
|
||||||
|
|
||||||
nmap
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -53,13 +50,12 @@
|
|||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
git
|
||||||
wget
|
wget
|
||||||
gcc
|
gcc
|
||||||
# cudatoolkit
|
nmap
|
||||||
];
|
];
|
||||||
|
|
||||||
# virtualisation.waydroid.enable = true;
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
flatpak = {
|
flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user