feat: work qol packages

This commit is contained in:
Swarsel 2024-10-17 00:08:26 +02:00
parent 9a12d78fc6
commit c8c0f39f34
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
8 changed files with 152 additions and 73 deletions

View file

@ -34,6 +34,7 @@
./xdg-portal.nix
# ./yubikey-touch-detector.nix
./safeeyes.nix
./distrobox.nix
./lid.nix
];

View file

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
distrobox
boxbuddy
];
virtualisation.podman = {
enable = true;
};
}

View file

@ -65,7 +65,10 @@
# + cuda
cudatoolkit
# ansible
ansible_2_15
ansible-lint
ansible-language-server
molecule
#lsp-bridge / python
gcc
gdb