mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Implement home-manager
This commit is contained in:
17
common/modules/home/dconf/default.nix
Normal file
17
common/modules/home/dconf/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./apps.nix
|
||||
./extensions.nix
|
||||
./gnome.nix
|
||||
];
|
||||
|
||||
dconf.settings = {
|
||||
"system/locale" = {
|
||||
region = "cs_CZ.UTF-8";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user