distrobox enable
This commit is contained in:
parent
c52e87b3ca
commit
bd60a0f2ee
@ -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 = {
|
||||
|
||||
@ -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 = ''
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
arduino-ide
|
||||
distrobox
|
||||
go
|
||||
jq
|
||||
conda
|
||||
|
||||
Loading…
Reference in New Issue
Block a user