mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Move necessary env variable to laptop only
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../shared.nix
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
TERMINAL = "alacritty";
|
||||
};
|
||||
|
||||
networking.hostName = "laptop";
|
||||
|
||||
services.xserver = {
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../shared.nix
|
||||
];
|
||||
|
||||
@@ -34,10 +34,6 @@
|
||||
sound.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
|
||||
environment.variables = {
|
||||
TERMINAL = "alacritty";
|
||||
};
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
noto-fonts-cjk-sans
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user