North 20
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user