wip(home): refactor home modules *WILL NOT BUILD*

This commit is contained in:
ooks-io 2024-06-04 21:19:35 +12:00
parent 2033810429
commit 6a591ecbf7
115 changed files with 1028 additions and 791 deletions

View file

@ -10,14 +10,5 @@
theme.minimal.enable = true;
home.sessionVariables.HN = "ooksdesk";
monitors = [{
name = "DP-1";
width = 2560;
height = 1440;
refreshRate = 155;
workspace = "1";
primary = true;
}];
}

View file

@ -7,17 +7,16 @@
activeProfiles = ["base" "hyprland" "productivity"];
theme.minimal.enable = true;
ooknet = {
theme = "minimal";
desktop = {
environment = "hyprland";
browser = "firefox";
terminal = "foot";
notes = "obsidian";
discord = "vesktop";
};
};
home.sessionVariables.HN = "ookst480s";
monitors = [{
name = "eDP-1";
width = 1920;
height = 1080;
workspace = "1";
primary = true;
transform = 0;
}];
}