Compare commits
No commits in common. "533df02116ce6aef7eba67f5779600c28b521905" and "ec54db28a3a216f03dac818ad2d5ecb57c295a80" have entirely different histories.
533df02116
...
ec54db28a3
@ -52,19 +52,6 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
programs.chromium = {
|
|
||||||
enable = true;
|
|
||||||
homepageLocation = "https://dashboard.mektem.com";
|
|
||||||
extraOpts = {
|
|
||||||
"SpellcheckEnabled" = true;
|
|
||||||
"BrowserThemeColor" = "#100f0f";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware.keyboard.qmk.enable = true;
|
hardware.keyboard.qmk.enable = true;
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|||||||
@ -5,6 +5,14 @@
|
|||||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||||
system.stateVersion = 6;
|
system.stateVersion = 6;
|
||||||
|
|
||||||
|
programs.chromium = {
|
||||||
|
enable = true;
|
||||||
|
homepageLocation = "https://dashboard.mektem.com";
|
||||||
|
extraOpts = {
|
||||||
|
"SpellcheckEnabled" = true;
|
||||||
|
"BrowserThemeColor" = "#fffcf0";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
audacity
|
audacity
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user