Compare commits

..

No commits in common. "783a628830650b8e7702526ff18aa96da47d5d0d" and "47e2115584999f902f4c06d24e5fba410bf48d10" have entirely different histories.

4 changed files with 5 additions and 21 deletions

View file

@ -15,7 +15,7 @@ in
};
programs.firefox = {
enable = isLinux;
enable = true;
profiles.default = {
search.default = "DuckDuckGo";
search.force = true;

View file

@ -57,7 +57,7 @@ in
]);
};
programs.gpg.homedir = lib.mkIf isLinux "${configHome}/gnupg";
programs.gpg.homedir = "${configHome}/gnupg";
xdg = {
enable = true;

View file

@ -24,6 +24,8 @@
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
nix.linux-builder.enable = true;
services = {
sketchybar = {
enable = true;
@ -44,7 +46,7 @@
right_padding = 5;
top_padding = 5;
bottom_padding = 5;
window_animation_duration = "0.0";
window_animation_duration = "0.3";
window_origin_display = "cursor";
window_placement = "second_child";

View file

@ -10,22 +10,4 @@
latitude = 48.210033;
longitude = 16.363449;
};
nix.buildMachines = [
{
hostName = "orb";
sshUser = "nixos";
supportedFeatures = [
"nixos-test"
"benchmark"
"big-parallel"
"kvm"
"gccarch-armv8-a"
];
systems = [
"aarch64-linux"
"x86_64-linux"
];
}
];
}