mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01: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, ... }: {
|
||||
imports = [ home-manager.nixosModule ];
|
||||
home-manager.users.user = { pkgs, ... }: {
|
||||
xdg = {
|
||||
userDirs = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
home.file.".icons/default/index.theme".text = ''
|
||||
[icon theme]
|
||||
Inherits=phinger-cursors
|
||||
|
Loading…
Reference in New Issue
Block a user