feat: add desktop (ooksdesk) home configuration file
This commit is contained in:
parent
878f272b03
commit
4c3c29c396
1 changed files with 30 additions and 0 deletions
30
home/user/ooks/ooksdesk/default.nix
Normal file
30
home/user/ooks/ooksdesk/default.nix
Normal 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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue