mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
changes for distrobox
This commit is contained in:
parent
5e0e078479
commit
2df2793f90
8
home/bin/executable_arch-install-cadquery
Normal file
8
home/bin/executable_arch-install-cadquery
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# https://github.com/starr-dusT/dotfiles
|
||||||
|
|
||||||
|
sudo pacman -S python python-pip
|
||||||
|
pip install cadquery --break-system-packages
|
||||||
|
curl -LO https://github.com/CadQuery/CQ-editor/releases/download/nightly/CQ-editor-master-Linux-x86_64.sh
|
||||||
|
sh CQ-editor-master-Linux-x86_64.sh
|
||||||
|
rm CQ-editor-master-Linux-x86_64.sh
|
@ -22,7 +22,6 @@ alias ca="chezmoi apply"
|
|||||||
alias ce='chezmoi edit'
|
alias ce='chezmoi edit'
|
||||||
|
|
||||||
# trashcli
|
# trashcli
|
||||||
alias rm='echo "This is not the command you are looking for."; false'
|
|
||||||
alias tp='trash-put'
|
alias tp='trash-put'
|
||||||
alias te='trash-empty'
|
alias te='trash-empty'
|
||||||
alias tl='trash-list'
|
alias tl='trash-list'
|
||||||
|
@ -49,10 +49,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Enable docker
|
# Enable docker
|
||||||
virtualisation.docker.rootless = {
|
virtualisation.docker.enable = true;
|
||||||
enable = true;
|
virtualisation.docker.storageDriver = "btrfs";
|
||||||
setSocketVariable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Define user account.
|
# Define user account.
|
||||||
users.users.${user} = {
|
users.users.${user} = {
|
||||||
@ -72,6 +70,7 @@
|
|||||||
# List packages installed in system profile.
|
# List packages installed in system profile.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# One-off stable packages
|
# One-off stable packages
|
||||||
|
distrobox
|
||||||
] ++ [
|
] ++ [
|
||||||
# One-off unstable packages
|
# One-off unstable packages
|
||||||
];
|
];
|
||||||
@ -84,7 +83,7 @@
|
|||||||
devel = {
|
devel = {
|
||||||
engineering.enable = true;
|
engineering.enable = true;
|
||||||
notes.enable = true;
|
notes.enable = true;
|
||||||
python.enable = true;
|
python.enable = false;
|
||||||
tooling.enable = true;
|
tooling.enable = true;
|
||||||
};
|
};
|
||||||
gaming = {
|
gaming = {
|
||||||
|
@ -20,7 +20,6 @@ in {
|
|||||||
beancount
|
beancount
|
||||||
fava
|
fava
|
||||||
nodePackages_latest.pyright
|
nodePackages_latest.pyright
|
||||||
distrobox
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user