Adding Stuff That My Physical Machine Needs To The Wrong File Too

This commit is contained in:
Annika Merris 2024-05-19 10:08:09 -04:00
parent d87e641b4e
commit 424f639697

View file

@ -66,6 +66,19 @@ inputs.nixpkgs.lib.nixosSystem {
nixpkgs.config.allowUnfree = true;
system.stateVersion = "23.11";
home-manager.backupFileExtension = "backup";
environment.systemPackages = with pkgs; [
vim
wget
python3
age
sops
];
services.openssh.enable = true;
services.flatpak.enable = true;
services.netbird.enable = true; # TODO: Move this to the netbird configs
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
sound.enable = true; # TODO: Add the rest of the sound stuff...
gui.enable = true;
discord.enable = true;