feat: add desktop (ooksdesk) home configuration file

This commit is contained in:
ooks-io 2024-02-11 21:14:28 +13:00
parent 878f272b03
commit 4c3c29c396

View file

@ -0,0 +1,30 @@
{ inputs, outputs, config, ... }:
{
imports = [
../../../profile
];
activeProfiles = ["base" "hyprland"];
homeModules.console.editor.nvim = {
enable = true;
plugins = {
lualine = true;
telescope = true;
indentBlankline = true;
};
};
monitors = [{
name = "DP-1";
width = 2560;
height = 1440;
refreshRate = 155;
workspace = "1";
primary = true;
}];
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-material-dark-soft;
}