distrobox enable

This commit is contained in:
foglar 2024-11-20 17:53:55 +01:00
parent c52e87b3ca
commit bd60a0f2ee
3 changed files with 14 additions and 1 deletions

View File

@ -228,12 +228,20 @@
users.users.foglar = {
isNormalUser = true;
description = "foglar";
extraGroups = ["networkmanager" "wheel" "lp" "scanner"];
extraGroups = ["networkmanager" "wheel" "lp" "scanner" "docker"];
packages = with pkgs; [
# thunderbird
];
};
virtualisation.docker = {
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
};
programs.kdeconnect.enable = true;
programs.wireshark.enable = true;
programs.steam = {

View File

@ -37,6 +37,10 @@
hist = "history | awk '{for (i=2; i<=NF; i++) printf \$i\" \"; print \"\"}' | fzf | wl-copy";
packages = "paru -Qe | fzf | wl-copy";
cdx = "zoxide query --interactive";
distrobox-enter = "distrobox-enter --root";
distrobox-create = "distrobox-create --root";
};
bashrcExtra = ''

View File

@ -23,6 +23,7 @@
home.packages = with pkgs; [
neovim
arduino-ide
distrobox
go
jq
conda