Merge branch 'main' of github.com:LarssonMartin1998/.dotfiles

This commit is contained in:
Martin Larsson 2025-05-13 22:50:24 +02:00
commit 1456515607
7 changed files with 105 additions and 79 deletions

View file

@ -1,9 +1,18 @@
{ pkgs, config, ... }:
let
bitwarden_cli = pkgs.bitwarden-cli.overrideAttrs (oldAttrs: {
stdenv = pkgs.llvmPackages_18.stdenv;
nativeBuildInputs = (oldAttrs.nativeBuildInputs or [ ]) ++ [ pkgs.llvmPackages_18.stdenv.cc ];
CXX = "${pkgs.llvmPackages_18.clang}/bin/clang++";
CC = "${pkgs.llvmPackages_18.clang}/bin/clang";
});
in
{
home = {
packages = with pkgs; [
gawk
discord
bitwarden_cli
];
file = {
".config/aerospace/aerospace.toml".source =

View file

@ -111,7 +111,6 @@ in
bc
cmatrix
svelte-language-server
bitwarden-cli
];
file = utils.mk_symlinks { inherit config dotfiles; };

View file

@ -50,6 +50,7 @@ in
blueman
playerctl
mako
bitwarden-cli
];
file = utils.mk_symlinks { inherit config dotfiles; };