about summary refs log blame commit diff
path: root/users/tazjin/home/tverskoy.nix
blob: 6f1116340c09ba96379ab7ed376dfc1337419200 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                         

                                  
                                       
    

                                             
                   
                       
                          

      
 
# Home manage configuration for tverskoy.

{ depot, pkgs, ... }: # readTree
{ config, lib, ... }: # home-manager

{
  imports = [
    depot.users.tazjin.home.shared
    depot.users.tazjin.home.persistence
  ];

  home.persistence."/persist/tazjin/home" = {
    directories = [
      ".config/spotify"
      ".local/share/Steam"
    ];
  };
}