try outline
This commit is contained in:
parent
a2b4bc6fc3
commit
de2f4572e0
4 changed files with 38 additions and 28 deletions
|
@ -79,6 +79,9 @@ in
|
|||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# networking.wireless.iwd.enable = false;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
|
@ -164,8 +167,13 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
hardware.saleae-logic.enable = true;
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
|
|
|
@ -34,6 +34,8 @@
|
|||
neofetch
|
||||
networkmanagerapplet
|
||||
nixpkgs-review
|
||||
plexamp
|
||||
plex-media-player
|
||||
pulseview
|
||||
python3
|
||||
retroarchFull
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue