diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-17 13:23:43 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-17 13:23:43 +0530 |
| commit | f1d30adc192df38fe8f6cd50cb2eae048789459b (patch) | |
| tree | 687f4b25e544779a89a986d626d9eaf2acdc9284 /hosts/common.nix | |
| parent | 69d65e07cd5f88175db7a47011ee862480567eae (diff) | |
Niri config stuff and enable eyecandy and make ghostty default term
Diffstat (limited to 'hosts/common.nix')
| -rw-r--r-- | hosts/common.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/common.nix b/hosts/common.nix index ce02ddc..36799fc 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -86,6 +86,7 @@ services.displayManager.ly = { enable = true; + x11Support = false; settings = { load = true; save = true; @@ -193,7 +194,7 @@ fonts.fontDir.enable = true; fonts.packages = with pkgs; [ - inputs.self.packages.${pkgs.system}.iosevka-input + inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.iosevka-input nerd-fonts.symbols-only noto-fonts noto-fonts-cjk-sans-static |
