try installing monaspace but doesnt quite work

This commit is contained in:
nora 2023-11-11 21:19:00 +01:00
parent a7d3128aef
commit 38db3382e4
5 changed files with 79 additions and 12 deletions

View file

@ -1,7 +1,11 @@
# This is your system's configuration file.
# Use this to configure your system environment (it replaces /etc/nixos/configuration.nix)
{ inputs, lib, config, pkgs, ... }: {
{ inputs, lib, config, pkgs, ... }:
let
customPkgs = import ../custom-pkgs/default.nix pkgs;
in
{
# You can import other NixOS modules here
imports = [
# If you want to use modules from other flakes (such as nixos-hardware):
@ -151,6 +155,8 @@
#media-session.enable = true;
};
fonts.packages = with pkgs; [ fira-code customPkgs.monaspace ];
services.tailscale = {
enable = true;
useRoutingFeatures = "both";