add callisto

This commit is contained in:
beanigen 2025-04-14 16:17:19 +08:00
parent 8d7bb8cbee
commit 9a7651523b
No known key found for this signature in database
7 changed files with 323 additions and 2 deletions

View file

@ -15,7 +15,7 @@
username = vars.user; #this is set in flake.nix
homeDirectory = "/home/${username}"; #change this if you use a non-standard home dir
stateVersion = "23.11";
sessionVariables = { PASSWORD_STORE_DIR = "$HOME/sync/general/pass";};
sessionVariables = { PASSWORD_STORE_DIR = "$HOME/sync/general/pass"; ELECTRON_OZONE_PLATFORM_HINT = "auto";};
shell.enableBashIntegration = true;
file = {
".config/waybar/config".source = config.lib.file.mkOutOfStoreSymlink "${homeDirectory}/.config/nixos/home/waybar/config";