Paste

Author: Anonymous unz4ol

Expire: Never

{ config, pkgs, ... }: { home.username = "nixuser"; home.homeDirectory = "/home/nixuser"; ######## GNOME APP ISSUE ######## targets.genericLinux.enable = true; xdg.mime.enable = true; xdg.systemDirs.data = [ "${config.home.homeDirectory}/.nix-profile/share/applications" ]; ################################ # Packages that should be installed to the user profile. home.packages = with pkgs; [ # apps localsend pinta # GNOME apps gnome.gnome-tweaks gnome.sushi ]; home.stateVersion = "24.05"; programs.home-manager.enable = true; }

Attached Files

10/22/2024

JavaScript is not enabled in your browser. Most features and paste content is missing . Switch to full experience by editing url from /nojs/[link] to /share/[link]