1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 03:29:45 +01:00
home-manager/nixos
Michael Hoang 400e3c0152
nixos: always run home-manager on NixOS activation (#5780)
Currently, the home-manager systemd service will only get restarted when
the home-manager configuration changes. This can lead to issues in
users' home directories not getting corrected for a while.

    $ rm ~/.zshrc
    $ sudo nixos-rebuild switch
    $ ls ~/.zshrc
    ls: cannot access '/home/enzime/.zshrc': No such file or directory
2024-11-16 18:25:31 +01:00
..
common.nix home-manager: set module class to "homeManager" 2024-04-27 09:28:21 +02:00
default.nix nixos: always run home-manager on NixOS activation (#5780) 2024-11-16 18:25:31 +01:00