switched to using home-manager as a standalone app to ensure that config will transfer

This commit is contained in:
Gabriella Bere 2024-08-26 03:13:48 +01:00
parent 2578538507
commit 4f2782c0dc
5 changed files with 11 additions and 7 deletions

View file

@ -6,6 +6,6 @@
remotes = {
"flathub" = "https://flathub.org/repo/flathub.flatpakrepo";
"flathub-beta" = "https://flathub.org/beta-repo/flathub-beta.flatpakrepo";
}
};
};
}

View file

@ -19,6 +19,7 @@
home.packages = [
# Add grimblast screenshot tool
pkgs.grimblast
pkgs.hello
];
home.sessionVariables = {

View file

@ -5,8 +5,8 @@
"sober:/root/sober.flatpakref"
# https://sober.vinegarhq.org/sober.flatpakref
];
remotes = [
"sober" = "https://sober.vinegarhq.org/"
]
remotes = {
"sober" = "https://sober.vinegarhq.org/sober.flatpakref";
};
};
}