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

View file

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

View file

@ -10,7 +10,8 @@ in {
enable = true; enable = true;
userSettings = { userSettings = {
"editor.tabSize" = 4; "editor.tabSize" = 4;
"workbench.preferredDarkColorTheme" = "SynthWave '84"; "terminal.integrated.shellIntegration.enabled" = false;
"github.gitAuthentication" = false;
"editor.fontSize" = 24; "editor.fontSize" = 24;
"editor.fontFamily" = "'Comic Code'"; "editor.fontFamily" = "'Comic Code'";
"terminal.integrated.fontSize" = 24; "terminal.integrated.fontSize" = 24;
@ -19,10 +20,10 @@ in {
"markdown.preview.fontFamily" = "'Comic Code'"; "markdown.preview.fontFamily" = "'Comic Code'";
"terminal.integrated.fontFamily" = "'Comic Code'"; "terminal.integrated.fontFamily" = "'Comic Code'";
"files.autoSave" = "afterDelay"; "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 # make config changeable
#home = { #home = {

View file

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

View file

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