feat: adds lsp nix stuff and gpg stuff for config
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
2023-09-23 16:05:57 +00:00
parent 4af294b1e6
commit b7d9e0ba7e
4 changed files with 21 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ pkgs, ... }:
let
custom-fonts = import ../../fonts { inherit pkgs; };