Compare commits

...

2 Commits

Author SHA1 Message Date
533df02116 Merge branch 'main' of https://git.mektem.com/Faris/nixos 2026-05-10 00:15:10 +01:00
7ad21b020b WIP: HYPRLAND 2026-05-10 00:14:45 +01:00
2 changed files with 13 additions and 8 deletions

View File

@ -52,6 +52,19 @@
};
programs.chromium = {
enable = true;
homepageLocation = "https://dashboard.mektem.com";
extraOpts = {
"SpellcheckEnabled" = true;
"BrowserThemeColor" = "#100f0f";
};
};
hardware.keyboard.qmk.enable = true;
boot = {

View File

@ -5,14 +5,6 @@
nixpkgs.hostPlatform = "aarch64-darwin";
system.stateVersion = 6;
programs.chromium = {
enable = true;
homepageLocation = "https://dashboard.mektem.com";
extraOpts = {
"SpellcheckEnabled" = true;
"BrowserThemeColor" = "#fffcf0";
};
};
environment.systemPackages = with pkgs; [
audacity