mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-17 21:25:05 +01:00
try installing monaspace but doesnt quite work
This commit is contained in:
parent
a7d3128aef
commit
38db3382e4
5 changed files with 79 additions and 12 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue