package adds, fonts

This commit is contained in:
Zonsopkomst 2023-03-11 20:16:47 -06:00
parent 702ad31dc9
commit 8d9992cf0f
6 changed files with 32 additions and 21 deletions

View file

@ -8,11 +8,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1678464939,
"narHash": "sha256-pRMlwOUkO1OwSi7qF6XR/zcocWy/ZYxXgbYWvnZQO9k=",
"lastModified": 1678571066,
"narHash": "sha256-MrlMr2A3tK1MY/JUGWMVzMwois8+mHWXm/1yYdwQSIc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "7224d7c54c5fc74cdf60b208af6148ed3295aa32",
"rev": "bf5712c5865e543fb3f4796511d4cf51efd841b1",
"type": "github"
},
"original": {
@ -29,11 +29,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1678461549,
"narHash": "sha256-Jgk/xCc6oDm3Me/MAL7BoYF4Oaer9uJANZnFrDtvy64=",
"lastModified": 1678557514,
"narHash": "sha256-yNrik47cr8qPgl6zTMNJSfoC2zKZJaNUQAMWFYTajcE=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "253286669a115c4e63c3924eeec8391af2504c57",
"rev": "71ef1bde7e45f94ceaab925ae065f32f91510890",
"type": "github"
},
"original": {
@ -81,11 +81,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1678380223,
"narHash": "sha256-HUxnK38iqrX84QdQxbFcosRKV3/koj1Zzp5b5aP4lIo=",
"lastModified": 1678470307,
"narHash": "sha256-OEeMUr3ueLIXyW/OaFUX5jUdimyQwMg/7e+/Q0gC/QE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1e2590679d0ed2cee2736e8b80373178d085d263",
"rev": "0c4800d579af4ed98ecc47d464a5e7b0870c4b1f",
"type": "github"
},
"original": {

View file

@ -1,25 +1,23 @@
########################
# Full System Packages #
########################
{ config, pkgs, ... }:
{
fonts.fontDir.enable = true;
fonts.fonts = with pkgs; [
#########
# Fonts #
#########
anonymousPro # TrueType Font Set for Source Code
font-awesome # Scalable vector icons
#nerdfonts # Developer oriented fonts
roboto # Android Family of Fonts
tamsyn # Monospace Bitmap Font for Programmers
#font-awesome # Scalable vector icons
helvetica-neue-lt-std # Helvetica Neue LT Std font
maple-mono # Monospace Font
roboto # Android Family of Fonts
tamsyn # Monospace Bitmap Font for Programmers
(nerdfonts.override { fonts = [ "FiraCode" "SpaceMono" "Symbol" ]; })
];
environment.systemPackages = with pkgs;
[
# Cartography ###########
#josm # Extensible editor for OpenStreetMap
#qgis # A Free and Open Source Geographic Information System
#################
# Communication #
#################

View file

@ -20,6 +20,9 @@
environment.systemPackages = with pkgs;
[
#josm # Extensible editor for OpenStreetMap
#qgis # A Free and Open Source Geographic Information System
#################
# Communication #
#################

View file

@ -20,6 +20,9 @@
environment.systemPackages = with pkgs;
[
#josm # Extensible editor for OpenStreetMap
#qgis # A Free and Open Source Geographic Information System
#################
# Communication #
#################

View file

@ -20,6 +20,9 @@
environment.systemPackages = with pkgs;
[
#josm # Extensible editor for OpenStreetMap
#qgis # A Free and Open Source Geographic Information System
#################
# Communication #
#################

View file

@ -23,6 +23,10 @@
wbg
wofi
# Cartography ###########
josm # Extensible editor for OpenStreetMap
qgis # A Free and Open Source Geographic Information System
#################
# Communication #
#################