Task: moved hardware options into the niksos.hardware suboptions.
This commit is contained in:
parent
0924f9c267
commit
678c3cb4f7
15 changed files with 99 additions and 82 deletions
|
|
@ -5,8 +5,10 @@
|
|||
|
||||
niksos = {
|
||||
server = true;
|
||||
graphics.nvidia = false; #FIXME: Compile error
|
||||
graphics.intel = true;
|
||||
hardware.graphics = {
|
||||
nvidia = false; #FIXME: Compile error
|
||||
intel = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.immich = {
|
||||
|
|
|
|||
|
|
@ -23,18 +23,21 @@
|
|||
|
||||
# programs.evolution.enable = true; # FIXME: move to appropiate place.
|
||||
niksos = {
|
||||
joycond = false; #NOTE: enable when game night lol
|
||||
fingerprint = true;
|
||||
bluetooth = true;
|
||||
portable = {
|
||||
enable = true;
|
||||
hyprland = {
|
||||
powerSaver = ''
|
||||
hyprctl keyword monitor eDP-1,2880x1920@60,0x0,1.5,vrr,1
|
||||
'';
|
||||
performance = ''
|
||||
hyprctl keyword monitor eDP-1,2880x1920@120,0x0,1.5,vrr,1
|
||||
'';
|
||||
hardware = {
|
||||
joycond = false; #NOTE: enable when game night lol
|
||||
fingerprint = true;
|
||||
bluetooth = true;
|
||||
|
||||
portable = {
|
||||
enable = true;
|
||||
hyprland = {
|
||||
powerSaver = ''
|
||||
hyprctl keyword monitor eDP-1,2880x1920@60,0x0,1.5,vrr,1
|
||||
'';
|
||||
performance = ''
|
||||
hyprctl keyword monitor eDP-1,2880x1920@120,0x0,1.5,vrr,1
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
services.fwupd.enable = false;
|
||||
|
||||
niksos = {
|
||||
bluetooth = false;
|
||||
desktop = {
|
||||
enable = false;
|
||||
hyprland = false;
|
||||
|
|
@ -17,20 +16,24 @@
|
|||
apps = false;
|
||||
games = false;
|
||||
};
|
||||
fingerprint = false;
|
||||
graphics = {
|
||||
enable = false;
|
||||
intel = false;
|
||||
nvidia = false;
|
||||
};
|
||||
neovim = false;
|
||||
portable = {
|
||||
enable = false;
|
||||
hyprland = {
|
||||
powerSaver = "";
|
||||
performance = "";
|
||||
hardware = {
|
||||
fingerprint = false;
|
||||
bluetooth = false;
|
||||
joycond = false;
|
||||
graphics = {
|
||||
enable = false;
|
||||
intel = false;
|
||||
nvidia = false;
|
||||
};
|
||||
portable = {
|
||||
enable = false;
|
||||
hyprland = {
|
||||
powerSaver = "";
|
||||
performance = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
neovim = false;
|
||||
server = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue