config gnome default dir
This commit is contained in:
parent
90e29fe3cb
commit
d3c20cbbb8
1 changed files with 18 additions and 0 deletions
|
|
@ -119,6 +119,24 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Configure XDG user directories
|
||||||
|
xdg.userDirs = {
|
||||||
|
enable = true;
|
||||||
|
createDirectories = true;
|
||||||
|
|
||||||
|
# Keep these directories
|
||||||
|
desktop = "${config.home.homeDirectory}/Desktop";
|
||||||
|
documents = "${config.home.homeDirectory}/Documents";
|
||||||
|
download = "${config.home.homeDirectory}/Downloads";
|
||||||
|
|
||||||
|
# Disable unwanted directories
|
||||||
|
music = null;
|
||||||
|
pictures = null;
|
||||||
|
videos = null;
|
||||||
|
publicShare = null;
|
||||||
|
templates = null;
|
||||||
|
};
|
||||||
|
|
||||||
# GNOME Shell extensions
|
# GNOME Shell extensions
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
gnomeExtensions.hide-top-bar
|
gnomeExtensions.hide-top-bar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue