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







                                        
                                       
    

                                                                                  
 
# Home manage configuration for zamalek.

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

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

  gtk.cursorTheme.name = lib.mkForce "Chicago95_Animated_Hourglass_Cursors_HiDPI";
}