mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-05-07 13:36:24 +00:00
feat: add ideapad host
This commit is contained in:
parent
bf7e249d5b
commit
7cfc801165
10 changed files with 152 additions and 5 deletions
35
hosts/ideapad/configuration.nix
Normal file
35
hosts/ideapad/configuration.nix
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
./hardware-configuration.nix
|
||||
] ++ [
|
||||
../../modules/core/packages.nix
|
||||
../../modules/core/time.nix
|
||||
../../modules/core/sops.nix
|
||||
../../modules/graphical/environment.nix
|
||||
../../modules/graphical/greetd.nix
|
||||
../../modules/graphical/hyprland.nix
|
||||
../../modules/graphical/thunar.nix
|
||||
../../modules/graphical/xfconf.nix
|
||||
../../modules/graphical/xserver.nix
|
||||
../../modules/programs/nh.nix
|
||||
../../modules/programs/nix-ld.nix
|
||||
../../modules/programs/ssh.nix
|
||||
../../modules/programs/ydotool.nix
|
||||
../../modules/programs/zsh.nix
|
||||
../../modules/services/tailscale.nix
|
||||
../../modules/services/udisks2.nix
|
||||
../../modules/services/zerotierone.nix
|
||||
../../modules/services/openssh.nix
|
||||
./modules/boot.nix
|
||||
./modules/network.nix
|
||||
./modules/users.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue