2025.04.30-20:50
This commit is contained in:
12
nixos_24.11_wlin001/home/config-profile.nix
Normal file
12
nixos_24.11_wlin001/home/config-profile.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.file = {
|
||||
".profile" = {
|
||||
text = ''
|
||||
export GTK_THEME=Arc-Dark
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user