diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-10-12 23:02:20 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-10-12 23:02:20 +0200 |
| commit | 40ba1950f1b5c8d62687adf05381e691628c0620 (patch) | |
| tree | 37047132dc4c1668cfea39d0a367a28944c31d4c /profiles | |
| parent | 78d2a576922694de4766da9c8cdca859ea5b48f6 (diff) | |
make gpg image
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/core/neovim.nix | 22 | ||||
| -rw-r--r-- | profiles/graphical/suckless.nix | 10 | ||||
| -rw-r--r-- | profiles/station/packages.nix | 1 |
3 files changed, 20 insertions, 13 deletions
diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index d59d81f..a9be1c4 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -30,17 +30,17 @@ viAlias = true; vimAlias = true; extraPackages = with pkgs; [ - bashInteractive - pyright - gopls - fennel - fnlfmt - alejandra - statix - fzf - nil - shellcheck - vale + # bashInteractive + # pyright + # gopls + # fennel + # fnlfmt + # alejandra + # statix + # fzf + # nil + # shellcheck + # vale ]; plugins = with pkgs.vimPlugins; [ # highlighting diff --git a/profiles/graphical/suckless.nix b/profiles/graphical/suckless.nix index fa12d06..8398f91 100644 --- a/profiles/graphical/suckless.nix +++ b/profiles/graphical/suckless.nix @@ -75,7 +75,6 @@ pywal inotify-tools - (nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];}) dmenu # librewolf ungoogled-chromium @@ -84,6 +83,15 @@ maim asciinema asciinema-agg + fontconfig + ]; + }; + fonts = { + fontconfig = { + enable = true; + }; + packages = with pkgs; [ + (nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];}) ]; }; } diff --git a/profiles/station/packages.nix b/profiles/station/packages.nix index ec70d43..26ed4a8 100644 --- a/profiles/station/packages.nix +++ b/profiles/station/packages.nix @@ -6,7 +6,6 @@ }: with lib; { hm = { home.packages = with pkgs; [ - (nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];}) python311Packages.editorconfig calcurse bashInteractive |
