Compare commits
No commits in common. "0f16d4d71392aa6dc6ec80630a95f8934e952cce" and "978dee0e8e89f2fc97b14476c80091906a446815" have entirely different histories.
0f16d4d713
...
978dee0e8e
|
@ -172,7 +172,7 @@
|
|||
# Mac systems
|
||||
darwinConfigurations = {
|
||||
"extremophile" = makeDarwinSystem {
|
||||
system = "aarch64-darwin";
|
||||
system = "x86_64-darwin";
|
||||
extraModules = [ ./machines/extremophile/configuration.nix ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -84,8 +84,6 @@
|
|||
fbChromeDesktopItem
|
||||
# Messages
|
||||
messagesItem
|
||||
# Mattermost
|
||||
mattermost-desktop
|
||||
];
|
||||
|
||||
programs.chromium = {
|
||||
|
|
Loading…
Reference in New Issue