mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-02-16 14:23:37 +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 \
|
git git-lfs \
|
||||||
kitty zsh \
|
kitty zsh \
|
||||||
podman-docker \
|
podman-docker \
|
||||||
gphoto2 v4l2loopback ffmpeg
|
gphoto2 v4l2loopback ffmpeg \
|
||||||
|
ddcutil
|
||||||
|
|
||||||
echo_header "==[host] Installing flatpaks"
|
echo_header "==[host] Installing flatpaks"
|
||||||
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
@ -54,16 +55,17 @@ fi
|
||||||
|
|
||||||
echo_header "==[host] Installing Nix"
|
echo_header "==[host] Installing Nix"
|
||||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
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 --add https://nixos.org/channels/nixpkgs-unstable
|
||||||
nix-channel --update
|
nix-channel --update
|
||||||
|
|
||||||
echo_header "==[host] Installing Home Manager"
|
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 --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
|
||||||
nix-channel --update
|
nix-channel --update
|
||||||
nix-shell '<home-manager>' -A install
|
nix-shell '<home-manager>' -A install
|
||||||
|
|
||||||
echo_header "==[host] Installing Home Manager packages"
|
echo_header "==[host] Installing Home Manager packages"
|
||||||
|
workspace_link nix/home.nix .config/home-manager/home.nix
|
||||||
home-manager switch
|
home-manager switch
|
||||||
|
|
||||||
echo_header "==[host] Use zsh as default shell"
|
echo_header "==[host] Use zsh as default shell"
|
||||||
|
|
|
@ -127,7 +127,7 @@ require("mason-lspconfig").setup({
|
||||||
"bashls", -- bash
|
"bashls", -- bash
|
||||||
"bufls", -- buf
|
"bufls", -- buf
|
||||||
"cssls", -- css
|
"cssls", -- css
|
||||||
"denols", -- deno
|
-- "denols", -- deno
|
||||||
"dockerls", -- docker
|
"dockerls", -- docker
|
||||||
"docker_compose_language_service", -- docker-compose
|
"docker_compose_language_service", -- docker-compose
|
||||||
"eslint", -- eslint
|
"eslint", -- eslint
|
||||||
|
|
Loading…
Reference in a new issue