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 = {
|
config = {
|
||||||
allowUnfree = true;
|
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 =
|
makeSystemConfig =
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,10 @@
|
||||||
gtk-tabs-location = hidden
|
gtk-tabs-location = hidden
|
||||||
|
|
||||||
font-size = 16
|
font-size = 16
|
||||||
|
# Perfect cell height my external monitor when at the desk
|
||||||
adjust-cell-height = 42%
|
adjust-cell-height = 42%
|
||||||
|
# Perfect cell height for MBP 16" when on the go
|
||||||
|
# adjust-cell-height = 40%
|
||||||
window-inherit-font-size = true
|
window-inherit-font-size = true
|
||||||
font-family = CaskaydiaCove NFM
|
font-family = CaskaydiaCove NFM
|
||||||
font-family-bold = CaskaydiaCove NFM
|
font-family-bold = CaskaydiaCove NFM
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ in
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
gawk
|
gawk
|
||||||
discord
|
discord
|
||||||
|
bitwarden-cli
|
||||||
];
|
];
|
||||||
file = utils.mk_symlinks { inherit config dotfiles; };
|
file = utils.mk_symlinks { inherit config dotfiles; };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
casks = [
|
casks = [
|
||||||
"ghostty"
|
"ghostty"
|
||||||
"zen-browser"
|
|
||||||
"nikitabobko/tap/aerospace"
|
"nikitabobko/tap/aerospace"
|
||||||
|
"qutebrowser"
|
||||||
|
"shortcat"
|
||||||
];
|
];
|
||||||
brews = [
|
brews = [
|
||||||
"mas"
|
"mas"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue