home-manager Config
Home manager config
These steps are meant to be used with home-manager and nix on a fedora Silver Blue install.
-
Install the desired Silverblue image from Ublue
-
Use the scripts from dnkmmr69420/nix-installer-scripts.
Nix Silverblue installer
curl -s https://raw.githubusercontent.com/dnkmmr69420/nix-installer-scripts/main/installer-scripts/silverblue-nix-installer.sh | bash
- Enable home-manager through the following steps.
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install
-
git clone https://github.com/Chheater/home-manager.git
into the .config file. -
Run
home-manager switch
Install flatpak
-
Enable user flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo --user
-
Run
flatpak install --user -y $(cat test.txt)