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 = { users.users.foglar = {
isNormalUser = true; isNormalUser = true;
description = "foglar"; description = "foglar";
extraGroups = ["networkmanager" "wheel" "lp" "scanner"]; extraGroups = ["networkmanager" "wheel" "lp" "scanner" "docker"];
packages = with pkgs; [ packages = with pkgs; [
# thunderbird # thunderbird
]; ];
}; };
virtualisation.docker = {
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
};
programs.kdeconnect.enable = true; programs.kdeconnect.enable = true;
programs.wireshark.enable = true; programs.wireshark.enable = true;
programs.steam = { programs.steam = {

View File

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

View File

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