refactor: clean up systems

This commit is contained in:
Mohammad Rafiq 2025-03-26 23:08:01 +08:00
parent 68d4e2c04c
commit 8c237b9604
No known key found for this signature in database
3 changed files with 13 additions and 13 deletions

View file

@ -5,8 +5,9 @@
}:
{
imports = [
./programs/tailscale.nix
./programs/zsh.nix
./modules/programs/tailscale.nix
./modules/bootloaders/systemd-boot.nix
./modules/programs/zsh.nix
inputs.nix-index-database.nixosModules.nix-index
inputs.sops-nix.nixosModules.sops
];
@ -87,7 +88,7 @@
services.openssh.enable = true;
sops = {
defaultSopsFile = ../../secrets/secrets.yaml;
defaultSopsFile = ../secrets/secrets.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
secrets.password.neededForUsers = true;
};

View file

@ -1,13 +1,14 @@
{ inputs, ... }:
{
imports = [
../../themes/cursors/banana-cursor.nix
../../themes/darkviolet.nix
../../themes/fonts/sauce-code-pro.nix
./programs/getty.nix
./programs/hyprland.nix
./programs/hyprlock.nix
../themes/cursors/banana-cursor.nix
../themes/darkviolet.nix
../themes/fonts/sauce-code-pro.nix
./modules/programs/getty.nix
./modules/programs/hyprland.nix
./modules/programs/hyprlock.nix
inputs.stylix.nixosModules.stylix
./modules/hardware/bluetooth.nix
];
# Enable basic fonts for reasonable Unicode coverage

View file

@ -2,11 +2,9 @@
{
imports = [
./hw-nemesis.nix
./modules/common.nix
./modules/desktop.nix
./modules/bootloaders/systemd-boot.nix
./common.nix
./desktop.nix
./modules/hardware/nvidia.nix
./modules/hardware/bluetooth.nix
];
networking.hostName = "nemesis";