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'
|
||||
|
||||
# trashcli
|
||||
alias rm='echo "This is not the command you are looking for."; false'
|
||||
alias tp='trash-put'
|
||||
alias te='trash-empty'
|
||||
alias tl='trash-list'
|
||||
|
@ -49,10 +49,8 @@
|
||||
];
|
||||
|
||||
# Enable docker
|
||||
virtualisation.docker.rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.storageDriver = "btrfs";
|
||||
|
||||
# Define user account.
|
||||
users.users.${user} = {
|
||||
@ -72,6 +70,7 @@
|
||||
# List packages installed in system profile.
|
||||
environment.systemPackages = with pkgs; [
|
||||
# One-off stable packages
|
||||
distrobox
|
||||
] ++ [
|
||||
# One-off unstable packages
|
||||
];
|
||||
@ -84,7 +83,7 @@
|
||||
devel = {
|
||||
engineering.enable = true;
|
||||
notes.enable = true;
|
||||
python.enable = true;
|
||||
python.enable = false;
|
||||
tooling.enable = true;
|
||||
};
|
||||
gaming = {
|
||||
|
@ -20,7 +20,6 @@ in {
|
||||
beancount
|
||||
fava
|
||||
nodePackages_latest.pyright
|
||||
distrobox
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user