Compare commits
2 Commits
ec54db28a3
...
533df02116
| Author | SHA1 | Date | |
|---|---|---|---|
| 533df02116 | |||
| 7ad21b020b |
@ -52,6 +52,19 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
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,14 +5,6 @@
|
|||||||
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