mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +00:00
fix: misc
This commit is contained in:
parent
588288aaad
commit
392d8034e4
2 changed files with 5 additions and 3 deletions
|
@ -26,7 +26,8 @@ if [ "$OS_RELEASE" = "fedora" ]; then
|
|||
git git-lfs \
|
||||
kitty zsh \
|
||||
podman-docker \
|
||||
gphoto2 v4l2loopback ffmpeg
|
||||
gphoto2 v4l2loopback ffmpeg \
|
||||
ddcutil
|
||||
|
||||
echo_header "==[host] Installing flatpaks"
|
||||
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
|
@ -54,16 +55,17 @@ fi
|
|||
|
||||
echo_header "==[host] Installing Nix"
|
||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
||||
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
||||
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
|
||||
nix-channel --update
|
||||
|
||||
echo_header "==[host] Installing Home Manager"
|
||||
workspace_link nix/home.nix .config/home-manager/home.nix
|
||||
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
|
||||
nix-channel --update
|
||||
nix-shell '<home-manager>' -A install
|
||||
|
||||
echo_header "==[host] Installing Home Manager packages"
|
||||
workspace_link nix/home.nix .config/home-manager/home.nix
|
||||
home-manager switch
|
||||
|
||||
echo_header "==[host] Use zsh as default shell"
|
||||
|
|
|
@ -127,7 +127,7 @@ require("mason-lspconfig").setup({
|
|||
"bashls", -- bash
|
||||
"bufls", -- buf
|
||||
"cssls", -- css
|
||||
"denols", -- deno
|
||||
-- "denols", -- deno
|
||||
"dockerls", -- docker
|
||||
"docker_compose_language_service", -- docker-compose
|
||||
"eslint", -- eslint
|
||||
|
|
Loading…
Reference in a new issue