distrobox enable
This commit is contained in:
parent
c52e87b3ca
commit
bd60a0f2ee
@ -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 = {
|
||||||
|
|||||||
@ -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 = ''
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user