Fix fonts and update

This commit is contained in:
2022-10-20 23:07:35 +01:00
parent a82aecdfaa
commit 411ae04423
3 changed files with 10 additions and 7 deletions

12
flake.lock generated
View File

@@ -43,11 +43,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1666080735, "lastModified": 1666253070,
"narHash": "sha256-4YWYJgzt9mGuAvXAuEziYms+bYlk/1spyt3iLizRL5I=", "narHash": "sha256-MtaNgghmfp+ywh5mv9FcspFT4ACaYINSN+D98PCkrP0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "42f81ac107c5a9a177888080107094dba57f134e", "rev": "c485669ca529e01c1505429fa9017c9a93f15559",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -81,11 +81,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1665940183, "lastModified": 1666198336,
"narHash": "sha256-cPe3F7CtnxU9YbJpc3Adl4d9kX+turqTv5FxM98i8vg=", "narHash": "sha256-VTrWD8Bb48h2pi57P1++LuvZIgum3gSLiRzZ/8q3rg0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "104e8082de1b20f9d0e1f05b1028795ed0e0e4bc", "rev": "db25c4da285c5989b39e4ce13dea651a88b7a9d4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -18,6 +18,10 @@
owner = config.users.users.daniel.name; owner = config.users.users.daniel.name;
}; };
fonts.fonts = with pkgs; [
(nerdfonts.override {fonts = ["CascadiaCode" "Iosevka" "FiraCode"]; })
];
services = { services = {
gnome.gnome-keyring.enable = true; gnome.gnome-keyring.enable = true;

View File

@@ -54,7 +54,6 @@
iosevka iosevka
idea idea
mpv mpv
nerdfonts
obsidian obsidian
pamixer pamixer
pavucontrol pavucontrol