testing the new config before pushing to main
This commit is contained in:
parent
c53123d2c5
commit
19afda3c58
4 changed files with 4 additions and 4 deletions
24
system/hosts/ookst480s/default.nix
Normal file
24
system/hosts/ookst480s/default.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{ config, inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.hardware.nixosModules.lenovo-thinkpad-t480s
|
||||
./hardware-configuration.nix
|
||||
../../profiles
|
||||
# ../../modules
|
||||
];
|
||||
|
||||
activeProfiles = ["base" "laptop"];
|
||||
|
||||
systemModules.user = {
|
||||
ooks.enable = true;
|
||||
shell.fish.enable = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = "ookst480s";
|
||||
};
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue