This commit is contained in:
ChaotiCryptidz 2022-08-28 14:34:58 +01:00
parent aaccc72729
commit 35a91d8ed3
No known key found for this signature in database
5 changed files with 22 additions and 16 deletions

View file

@ -75,11 +75,11 @@
"utils": "utils_2"
},
"locked": {
"lastModified": 1660425314,
"narHash": "sha256-uZsU9wl558HWJyfh1qKQpHQ/Cbm2U0JFU+j1hYLg5G4=",
"lastModified": 1661347022,
"narHash": "sha256-XJZnwi3bKI1tcmAIVHBHzniQjUW3uLHvsSMZwjukmc8=",
"owner": "ChaotiCryptidz",
"repo": "gitlab_artifacts_sync",
"rev": "a32917d6065adf7c15741f6f5cc79770b93e84b0",
"rev": "e3e5f54db52c9c78e0195a7cc12b7a023db426b1",
"type": "gitlab"
},
"original": {
@ -96,11 +96,11 @@
"utils": "utils_3"
},
"locked": {
"lastModified": 1660330190,
"narHash": "sha256-RgQUtZGmdb9fRkdBcI8x1KYuykbQCBaeY6ejFls7hFM=",
"lastModified": 1661323822,
"narHash": "sha256-1UGGcQ00uSo5cPTwL7C3S1zkcScbpF0WzspvnceWkbQ=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "8675cfa549e1240c9d2abb1c878bc427eefcf926",
"rev": "1d81e6295ca530603478114f4977402d51299ad8",
"type": "github"
},
"original": {
@ -138,11 +138,11 @@
]
},
"locked": {
"lastModified": 1657835815,
"narHash": "sha256-CnZszAYpNKydh6N7+xg+eRtWNVoAAGqc6bg+Lpgq1xc=",
"lastModified": 1661329936,
"narHash": "sha256-dafFjAcJPo0SdegK3E+SnTI8CNMgV/bBm/6CeDf82f8=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "54a24f042f93c79f5679f133faddedec61955cf2",
"rev": "ef0e7f41cdf8fae1d2390c4df246c90a364ed8d9",
"type": "github"
},
"original": {
@ -186,11 +186,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1660305968,
"narHash": "sha256-r0X1pZCSEA6mzt5OuTA7nHuLmvnbkwgpFAh1iLIx4GU=",
"lastModified": 1661239211,
"narHash": "sha256-pNJzBlSNpWEiFJZnLF2oETYq8cGWx1DJPW33aMtG6n8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c4a0efdd5a728e20791b8d8d2f26f90ac228ee8d",
"rev": "5e804cd8a27f835a402b22e086e36e797716ef8b",
"type": "github"
},
"original": {

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: {
programs.git = {
enable = true;
lfs.enable = true;
package = pkgs.gitAndTools.gitFull;
userName = "ChaotiCryptidz";
userEmail = "chaoticryptidz@owo.monster";

View file

@ -10,7 +10,8 @@ in {
enable = true;
userSettings = {
"editor.tabSize" = 4;
"workbench.preferredDarkColorTheme" = "SynthWave '84";
"terminal.integrated.shellIntegration.enabled" = false;
"github.gitAuthentication" = false;
"editor.fontSize" = 24;
"editor.fontFamily" = "'Comic Code'";
"terminal.integrated.fontSize" = 24;
@ -19,10 +20,10 @@ in {
"markdown.preview.fontFamily" = "'Comic Code'";
"terminal.integrated.fontFamily" = "'Comic Code'";
"files.autoSave" = "afterDelay";
"synthwave84.disableGlow" = true;
};
};
programs.vscode.extensions = with pkgs; [ vscode-extensions.matklad.rust-analyzer ];
programs.vscode.extensions = with pkgs;
[ vscode-extensions.matklad.rust-analyzer ];
# make config changeable
#home = {

View file

@ -16,6 +16,10 @@
repoName = "ChaotiCryptidz/food";
domain = "food.owo.monster";
}
{
repoName = "ChaotiCryptidz/thisisanexampleofspeex";
domain = "thisisanexampleofspeex.uk";
}
];
};
}

View file

@ -159,7 +159,7 @@ in {
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
mandatoryFeatures = [ ];
}];
nix.distributedBuilds = true;
nix.distributedBuilds = false;
networking.hostName = "lappy";
time.timeZone = "Europe/London";