This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-20 20:38:45 +02:00
parent d0b95bce88
commit b8c1c7f302
9 changed files with 1378 additions and 706 deletions

View File

@@ -1,6 +1,4 @@
{ pkgs, pkgs-unstable, rice, inputs, ... }:
let
in
{ pkgs, pkgs-unstable, inputs, ... }:
{
imports = [
inputs.sops-nix.nixosModules.sops
@@ -9,6 +7,7 @@ in
./system-modules/nvidia.nix
./system-modules/users.nix
./system-modules/sound.nix
./system-modules/fonts.nix
./system-modules/boot.nix
./system-modules/dm.nix
./system-modules/networking.nix
@@ -91,22 +90,6 @@ in
VISUAL = "hx";
};
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
] ++ (with rice.font; [
base.package
code.package
]) ++ (with pkgs-unstable; [
newcomputermodern
]);
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
programs.hyprland = {
# config is done with home-manager