flake lock and fixes to toothpick

This commit is contained in:
2025-07-29 21:24:53 +02:00
parent a000bc0da3
commit 7518153d87
11 changed files with 49 additions and 50 deletions

View File

@@ -1,6 +1,5 @@
{
imports = [
./home.nix
./options.nix
];
}

View File

@@ -1,18 +0,0 @@
{
monitors = [
{
name = "DVI-D-1";
width = 1920;
height = 1080;
refreshRate = 144;
workspace = "1";
primary = true;
}
];
theme = {
background = {
lockscreen = "wallpaper_2";
desktop = "wallpaper_1";
};
};
}