Implement home-manager

This commit is contained in:
2026-03-01 08:19:46 +01:00
parent 689efaa75b
commit 956ace75b0
31 changed files with 764 additions and 22 deletions

View File

@@ -0,0 +1,7 @@
{
...
}:
{
dconf.settings = { };
}

View File

@@ -0,0 +1,11 @@
{
...
}:
{
imports = [
./apps.nix
./extensions.nix
./gnome.nix
];
}

View File

@@ -0,0 +1,7 @@
{
...
}:
{
dconf.settings = { };
}

View File

@@ -0,0 +1,15 @@
{
...
}:
{
dconf.settings = {
"org/gnome/desktop/peripherals/touchpad" = {
click-method = "areas";
disable-while-typing = true;
speed = 0.19548872180451138;
two-finger-scrolling-enabled = true;
};
};
}