From 1b02ab5a523438bc3c66260bfe7ce8c03ffa87d8 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Wed, 1 Jan 2025 16:27:57 +0200 Subject: [PATCH] a --- hosts/default/configuration.nix | 2 +- hosts/default/other/{distro.nix => activate.nix} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename hosts/default/other/{distro.nix => activate.nix} (56%) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index c1144d1..f7e45c0 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -12,7 +12,7 @@ ../../modules/nixos/network.nix ../../modules/nixos/programs.nix ./packages.nix - ./other/distro.nix + ./other/activate.nix ]; programs.steam = { diff --git a/hosts/default/other/distro.nix b/hosts/default/other/activate.nix similarity index 56% rename from hosts/default/other/distro.nix rename to hosts/default/other/activate.nix index 1413251..9cfdc41 100644 --- a/hosts/default/other/distro.nix +++ b/hosts/default/other/activate.nix @@ -4,7 +4,7 @@ system.activationScripts.installRoblox = { text = '' - flatpak install https://sober.vinegarhq.org/sober.flatpakref + ${pkgs.flatpak}/bin/flatpak install https://sober.vinegarhq.org/sober.flatpakref ''; };