patches todo
This commit is contained in:
parent
aefc047f77
commit
3dc2024309
1 changed files with 11 additions and 0 deletions
11
patches
Normal file
11
patches
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# add sddm profile pic
|
||||
systemd.tmpfiles.rules = let
|
||||
imagePath = root + "/homes/aurora/profile.png";
|
||||
in
|
||||
lib.mkIf (builtins.pathExists imagePath) [
|
||||
"L /var/lib/AccountsService/icons/${config.home.username} - - - - ${imagePath}"
|
||||
];
|
||||
|
||||
|
||||
# Cerulean should automatically add set home-managers `home.username` and `home.homeDirectory`
|
||||
# (this can be done by using .extendModule from the nixos module system :3)
|
||||
Loading…
Add table
Add a link
Reference in a new issue