feat: ooksmicro host added to system & home
This commit is contained in:
parent
6af6edf819
commit
e1b874c563
5 changed files with 60 additions and 116 deletions
23
home/user/ooks/ooksmicro/default.nix
Normal file
23
home/user/ooks/ooksmicro/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{ inputs, outputs, config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../profile
|
||||
];
|
||||
|
||||
activeProfiles = ["base" "hyprland"];
|
||||
|
||||
home.sessionVariables.HN = "ooksmicro";
|
||||
|
||||
monitors = [{
|
||||
name = "DSI-1";
|
||||
width = 720;
|
||||
height = 1280;
|
||||
workspace = "1";
|
||||
primary = true;
|
||||
transform = 3;
|
||||
}];
|
||||
|
||||
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-material-dark-soft;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue