Merge branch 'main' of github.com:LarssonMartin1998/.dotfiles
This commit is contained in:
commit
63f4b5535f
4 changed files with 14 additions and 1 deletions
|
|
@ -69,6 +69,14 @@
|
|||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
overlays = lib.optionals (lib.strings.hasPrefix "aarch64-darwin" system) [
|
||||
(final: prev: {
|
||||
bitwarden-cli = prev.bitwarden-cli.overrideAttrs (oldAttrs: {
|
||||
nativeBuildInputs = (oldAttrs.nativeBuildInputs or [ ]) ++ [ prev.llvmPackages_18.stdenv.cc ];
|
||||
stdenv = prev.llvmPackages_18.stdenv;
|
||||
});
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
makeSystemConfig =
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
gtk-tabs-location = hidden
|
||||
|
||||
font-size = 16
|
||||
# Perfect cell height my external monitor when at the desk
|
||||
adjust-cell-height = 42%
|
||||
# Perfect cell height for MBP 16" when on the go
|
||||
# adjust-cell-height = 40%
|
||||
window-inherit-font-size = true
|
||||
font-family = CaskaydiaCove NFM
|
||||
font-family-bold = CaskaydiaCove NFM
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ in
|
|||
packages = with pkgs; [
|
||||
gawk
|
||||
discord
|
||||
bitwarden-cli
|
||||
];
|
||||
file = utils.mk_symlinks { inherit config dotfiles; };
|
||||
};
|
||||
|
|
|
|||
|
|
@ -15,8 +15,9 @@
|
|||
enable = true;
|
||||
casks = [
|
||||
"ghostty"
|
||||
"zen-browser"
|
||||
"nikitabobko/tap/aerospace"
|
||||
"qutebrowser"
|
||||
"shortcat"
|
||||
];
|
||||
brews = [
|
||||
"mas"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue