mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 20:51:11 -05:00
Adding Stuff That My Physical Machine Needs To The Wrong File Too
This commit is contained in:
parent
d87e641b4e
commit
424f639697
1 changed files with 13 additions and 0 deletions
|
|
@ -66,6 +66,19 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
home-manager.backupFileExtension = "backup";
|
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;
|
gui.enable = true;
|
||||||
discord.enable = true;
|
discord.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue