This commit is contained in:
Steph 2024-11-21 21:30:32 +01:00
parent 390831788d
commit a6c21fd26f
2 changed files with 26 additions and 16 deletions

30
flake.lock generated
View File

@ -24,11 +24,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1727603668, "lastModified": 1732161788,
"narHash": "sha256-E+D2UpQLqI2MXhtcBNVYuQnOAg6NAPLJIz1Kgl280ls=", "narHash": "sha256-ilkOtBbv5onnMOYnLWVpBd6bZHP3xwzagccBk1mW/z4=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "589f99a0ce89acdf11c9f30a5175e065ae4340db", "rev": "3071fc96bc39e58df1c6d48e8008c96f09a00b42",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@ -41,11 +41,11 @@
"firefox-gnome-theme": { "firefox-gnome-theme": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1728654484, "lastModified": 1730674701,
"narHash": "sha256-J53bks/1loTdXiSQz1OlOAc8jx9g399oF1YiXAX2JKQ=", "narHash": "sha256-lf9MQs8+NUvQd8b5t+7c4kLqUQixGO9WwWcLa1XYuiQ=",
"owner": "rafaelmardojai", "owner": "rafaelmardojai",
"repo": "firefox-gnome-theme", "repo": "firefox-gnome-theme",
"rev": "e53b84d428e7f5ba0f04d6a91e6cc6c05c75b632", "rev": "823756d8ddd21cfd3a24a87dad402e490e0eb5ee",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -166,11 +166,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1730070491, "lastModified": 1732016537,
"narHash": "sha256-+RYCbdU6l4E4pr40++lrdhdE3gNC/BR54AL7xWG/YRU=", "narHash": "sha256-XwXUK+meYnlhdQz2TVE4Wv+tsx1CkdGbDPt1tRzCNH4=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "5c0c6aaa797d6ccbb6cdab14de0248135735709d", "rev": "61cee20168a3ebb71a9efd70a55adebaadfbe4d4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -210,11 +210,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1727540905, "lastModified": 1731797254,
"narHash": "sha256-40J9tW7Y794J7Uw4GwcAKlMxlX2xISBl6IBigo83ih8=", "narHash": "sha256-df3dJApLPhd11AlueuoN0Q4fHo/hagP75LlM5K1sz9g=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fbca5e745367ae7632731639de5c21f29c8744ed", "rev": "e8c38b73aeb218e27163376a2d617e61a2ad9b59",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -226,11 +226,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1727724330, "lastModified": 1732218405,
"narHash": "sha256-LKC0zekp4h8lgp9BRCEpts0HV7snRmbzMrqs0Jx4l8Y=", "narHash": "sha256-+aw2RvxAoGc5FgnQSpLlt+QNcnRPFfp4/Vts7cfo6rE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "31a06fb996f9197d7ca1b7506007aeacf9bb028e", "rev": "e256ca80ae399c3eea5e0cbe47f9a641877286c5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -72,10 +72,20 @@
id = 1; id = 1;
}; };
"Lekker van Peet" = { "Lekker van Peet" = {
color = "red"; color = "blue";
icon = "circle"; icon = "circle";
id = 2; id = 2;
}; };
"Radboud Universiteit" = {
color = "red";
icon = "circle";
id = 4;
};
"Utrecht University" = {
color = "yellow";
icon = "circle";
id = 5;
};
}; };
containersForce = true; containersForce = true;
}; };