♻️ Replace imports with function argument, hyprpanel does not follow nixpkgs, git push alias

This commit is contained in:
2025-03-09 11:25:26 +01:00
parent a6cb4a5cf6
commit 1ff146e3c0
40 changed files with 214 additions and 332 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, theme, ... }:
{
programs.zed-editor = {
@ -15,7 +15,6 @@
];
userSettings =
let
theme = import ../../theme.nix;
font = "${theme.nerdFont} Nerd Font";
fontSize = 14;
in
@ -31,7 +30,7 @@
base_keymap = "JetBrains";
buffer_font_family = font;
features = {
inline_completion_provider = "zed";
edit_completion_provider = "zed";
};
icon_theme = "Catppuccin Mocha";
# icon_theme = { TODO replace icon theme above with below