Nix configurations for my personal machines (Linux & macOS)

wallsocket: 1password & umu-launcher

ovyerus.com 8d02a858 0ab72e55

verified
Changed files
+3 -11
home
desktop
modules
server
+2 -1
home/desktop/apps.nix
···
...
}: {
home.packages = with pkgs; [
+
_1password-gui
alejandra
audacity
-
# bitwarden-desktop
blender
btop
# bottles
···
qimgv
slack
syncthingtray
+
umu-launcher
vesktop
vlc
vorta
+1
home/modules/xdg.nix
···
};
xdg.dataFile."vivalarc".source = vivalarc;
+
xdg.dataFile."lutris/runtime/umu/umu-run".source = "${pkgs.umu-launcher}/bin/umu-run";
}
-10
home/server/default.nix
···
-
{...}: {
-
imports = [../common/shell];
-
home.sessionVariables.EDITOR = "micro";
-
-
news.display = "silent";
-
programs.home-manager.enable = true;
-
home.homeDirectory = "/home/ovy";
-
home.username = "ovy";
-
home.stateVersion = "23.05";
-
}