Update flake

This commit is contained in:
thiloho
2023-07-01 20:04:27 +02:00
parent 1901e60d07
commit 8ae0937a3b
2 changed files with 14 additions and 7 deletions

12
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1687606638, "lastModified": 1688220547,
"narHash": "sha256-kloVhlQlholYXI6nfXkEa/4B+LZ+22YayxPoKZNkqRU=", "narHash": "sha256-cNKKLPaEOxd6t22Mt3tHGubyylbKGdoi2A3QkMTKes0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "68aebb45de644b81a71f0c7b8b22ad51c9a0df7a", "rev": "89d10f8adce369a80e046c2fd56d1e7b7507bb5b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1687502512, "lastModified": 1688049487,
"narHash": "sha256-dBL/01TayOSZYxtY4cMXuNCBk8UMLoqRZA+94xiFpJA=", "narHash": "sha256-100g4iaKC9MalDjUW9iN6Jl/OocTDtXdeAj7pEGIRh4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3ae20aa58a6c0d1ca95c9b11f59a2d12eebc511f", "rev": "4bc72cae107788bf3f24f30db2e2f685c9298dc9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -37,7 +37,13 @@
]; ];
}; };
fonts.enableDefaultFonts = true; fonts = {
enableDefaultFonts = true;
fonts = with pkgs; [
noto-fonts-cjk-sans
nerdfonts
];
};
users.users.thiloho = { users.users.thiloho = {
isNormalUser = true; isNormalUser = true;
@@ -228,6 +234,7 @@
kooha kooha
ventoy ventoy
lapce lapce
tldr
]; ];
}; };
}; };