{ 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
Likes: 0
Dislikes: 0
Views: 745
11/4/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]