added browser, added system level and user level packges, added flatpak input

This commit is contained in:
2024-09-08 16:44:14 -04:00
parent baae8c6292
commit 90b4e20fae
7 changed files with 132 additions and 85 deletions

View File

@ -3,7 +3,7 @@
userName,
...
}: {
# import sub modules
# Import sub modules
imports = [
./atuin.nix
./shell.nix
@ -25,6 +25,9 @@
if pkgs.stdenv.isDarwin
then "/Users/${userName}"
else "/home/${userName}";
sessionVariables = {
XDG_CURRENT_DESKTOP = "sway";
};
stateVersion = "24.05";
};