IZ6I7IFHKZLD4EUJHSRGGRMVNKMOBNHCV7HPQUK2CUGP5M7EGEFAC
TEJLAHEG6JYVPWBHUHIO6NTSB7HO62RJ6G5J2B6UNPDVG7XK4XIAC
DCJDPW7CQ5OR75ECIVESHYVC5JSXZ5CKV6E3EWLRFHHKAKE7JGKAC
{ pkgs ? import <nixpkgs>, lib ? pkgs.lib, ... }:
{ pkgs ? import <nixpkgs> {}, lib ? pkgs.lib, ... }:
isNixOS = lib.hasInfix "NAME=NixOS" (builtins.readFile /etc/os-release);
{ config, pgks, ... }:
{ config, pgks, isNixOS, ... }:let isNixOS = (import ../utils {}).isNixOS;
{ config, pgks, isNixOS, ... }:
let
isNixOS = (import ../utils {}).isNixOS;
in
config.pam.sessionVariables = config.home.sessionVariables // {
config.pam.sessionVariables = {
# allows Gnome to find the gui applications config.targets.genericLinux.enable = true;
# allows Gnome to find the gui applications
config.targets.genericLinux.enable = true;
config.targets.genericLinux.enable = !isNixOS;
"/usr/local/share" "/usr/share"
"/usr/local/share"
"/usr/share"
"${config.home.homeDirectory}/local/share/flatpak/exports/share" # "/usr/share/pop" # "/var/lib/flatpak/exports/share"
"${config.home.homeDirectory}/local/share/flatpak/exports/share"
# "/usr/share/pop"
# "/var/lib/flatpak/exports/share"