mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Reorg and updates to support macos
- Split kitty to it's own file - Updated flake.nix to support multiple systems - Updated flake.lock
This commit is contained in:
parent
dbc85aea94
commit
f35f2a877c
5 changed files with 91 additions and 49 deletions
|
|
@ -5,6 +5,7 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
./kitty.nix
|
||||
];
|
||||
|
||||
nixGL.packages = inputs.nixgl.packages;
|
||||
|
|
@ -24,21 +25,6 @@
|
|||
|
||||
# programs.vscode.enable = true;
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
package = config.lib.nixGL.wrap pkgs.kitty;
|
||||
font = {
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
# package = pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];};
|
||||
};
|
||||
|
||||
settings = {
|
||||
disable_ligatures = "cursor";
|
||||
};
|
||||
|
||||
themeFile = "Catppuccin-Macchiato";
|
||||
};
|
||||
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
package = config.lib.nixGL.wrap pkgs.alacritty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue