Compare commits

...

3 commits

Author SHA1 Message Date
7aabf86eb7
pkgs.fira-code-nerdfont to pkgs.nerd-fonts.fira-code
All checks were successful
check / check (push) Successful in 29s
2024-12-05 22:27:05 +01:00
d950ad6a7a
stateVersion: from 24.11 to 25.05 2024-12-05 22:26:38 +01:00
cf4185a519
Update OS 2024-12-05 22:25:53 +01:00
4 changed files with 15 additions and 15 deletions

View file

@ -218,11 +218,11 @@
]
},
"locked": {
"lastModified": 1726560853,
"narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
@ -255,11 +255,11 @@
]
},
"locked": {
"lastModified": 1730837930,
"narHash": "sha256-0kZL4m+bKBJUBQse0HanewWO0g8hDdCvBhudzxgehqc=",
"lastModified": 1733389730,
"narHash": "sha256-KZMu4ddMll5khS0rYkJsVD0hVqjMNHlhTM3PCQar0Ag=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "2f607e07f3ac7e53541120536708e824acccfaa8",
"rev": "65912bc6841cf420eb8c0a20e03df7cbbff5963f",
"type": "github"
},
"original": {
@ -374,11 +374,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1730785428,
"narHash": "sha256-Zwl8YgTVJTEum+L+0zVAWvXAGbWAuXHax3KzuejaDyo=",
"lastModified": 1733212471,
"narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4aa36568d413aca0ea84a1684d2d46f55dbabad7",
"rev": "55d15ad12a74eb7d4646254e13638ad0c4128776",
"type": "github"
},
"original": {
@ -406,11 +406,11 @@
},
"nur": {
"locked": {
"lastModified": 1731172749,
"narHash": "sha256-kYgdaS6ecAffEHuQgpQYdVecEM9k4pglBrKmSmQ34NQ=",
"lastModified": 1733431727,
"narHash": "sha256-2tlH4Qia9kGoDUhx1AG0hlehZCTvOs3IaUQ5YKE2orw=",
"owner": "nix-community",
"repo": "NUR",
"rev": "bd3de80588b4805ac698a415b8a38e469b6488bf",
"rev": "438ad1df4b17e4a0b4e3abf0ea6d6c8cbecd2edd",
"type": "github"
},
"original": {

View file

@ -25,7 +25,7 @@ in
font = {
name = "FiraCode Nerd Font";
package = pkgs.fira-code-nerdfont;
package = pkgs.nerd-fonts.fira-code;
};
settings = lib.mkMerge [

View file

@ -13,7 +13,7 @@
username = "florian";
homeDirectory = "/home/florian";
stateVersion = "24.11";
stateVersion = "25.05";
};
programs.home-manager.enable = true;

View file

@ -93,5 +93,5 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.11"; # Did you read the comment?
system.stateVersion = "25.05"; # Did you read the comment?
}