mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: work qol packages
This commit is contained in:
parent
9a12d78fc6
commit
c8c0f39f34
8 changed files with 152 additions and 73 deletions
|
|
@ -34,6 +34,7 @@
|
|||
./xdg-portal.nix
|
||||
# ./yubikey-touch-detector.nix
|
||||
./safeeyes.nix
|
||||
./distrobox.nix
|
||||
./lid.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
12
profiles/common/nixos/distrobox.nix
Normal file
12
profiles/common/nixos/distrobox.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
distrobox
|
||||
boxbuddy
|
||||
];
|
||||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
@ -65,7 +65,10 @@
|
|||
# + cuda
|
||||
cudatoolkit
|
||||
# ansible
|
||||
ansible_2_15
|
||||
ansible-lint
|
||||
ansible-language-server
|
||||
molecule
|
||||
#lsp-bridge / python
|
||||
gcc
|
||||
gdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue