ooksmedia: hardware config
This commit is contained in:
parent
10816d1a0a
commit
033588cb19
5 changed files with 19 additions and 1 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
multiplexer = "zellij";
|
multiplexer = "zellij";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||||
|
|
||||||
system.stateVersion = lib.mkDefault "24.11";
|
system.stateVersion = lib.mkDefault "24.11";
|
||||||
|
|
|
||||||
17
hosts/ooksmedia/hardware.nix
Normal file
17
hosts/ooksmedia/hardware.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
ooknet.hardware = {
|
||||||
|
cpu.type = "intel";
|
||||||
|
gpu.type = "nvidia";
|
||||||
|
features = ["ssd" "audio" "video" "bluetooth"];
|
||||||
|
monitors = [
|
||||||
|
{
|
||||||
|
name = "DP-3";
|
||||||
|
primary = true;
|
||||||
|
width = 1920;
|
||||||
|
height = 1080;
|
||||||
|
refreshRate = 180;
|
||||||
|
workspace = "1";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./virtualization.nix
|
|
||||||
./bat.nix
|
./bat.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./btop.nix
|
./btop.nix
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./ookpower.nix
|
./ookpower.nix
|
||||||
|
./virt-manager.nix
|
||||||
./1password.nix
|
./1password.nix
|
||||||
./ookvolume.nix
|
./ookvolume.nix
|
||||||
./kdeconnect.nix
|
./kdeconnect.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue