mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
feat: Add xdg-user-dirs support
This commit is contained in:
parent
5230741e65
commit
10908e340b
@ -1,6 +1,11 @@
|
|||||||
{ config, lib, nixpkgs, home-manager, hyprland, ... }: {
|
{ config, lib, nixpkgs, home-manager, hyprland, ... }: {
|
||||||
imports = [ home-manager.nixosModule ];
|
imports = [ home-manager.nixosModule ];
|
||||||
home-manager.users.user = { pkgs, ... }: {
|
home-manager.users.user = { pkgs, ... }: {
|
||||||
|
xdg = {
|
||||||
|
userDirs = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
home.file.".icons/default/index.theme".text = ''
|
home.file.".icons/default/index.theme".text = ''
|
||||||
[icon theme]
|
[icon theme]
|
||||||
Inherits=phinger-cursors
|
Inherits=phinger-cursors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user