aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/optional/services/xorg.nix2
-rw-r--r--hosts/ginaz/default.nix11
-rw-r--r--hosts/ginaz/hardware-configuration.nix2
3 files changed, 8 insertions, 7 deletions
diff --git a/hosts/common/optional/services/xorg.nix b/hosts/common/optional/services/xorg.nix
index ebca5ea..e513c74 100644
--- a/hosts/common/optional/services/xorg.nix
+++ b/hosts/common/optional/services/xorg.nix
@@ -1,6 +1,6 @@
{
+ services.displayManager.defaultSession = "xsession";
services.xserver = {
- displayManager.defaultSession = "xsession";
displayManager.lightdm = {
enable = true;
extraSeatDefaults = ''greeter-hide-users=true'';
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix
index 998ca5d..9b306d1 100644
--- a/hosts/ginaz/default.nix
+++ b/hosts/ginaz/default.nix
@@ -1,4 +1,4 @@
-{ config, inputs, pkgs, ... }: {
+{ config, pkgs, ... }: {
boot = {
initrd.kernelModules = [ "amdgpu" "zfs" ];
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
@@ -17,13 +17,15 @@
environment.systemPackages = with pkgs; [
bc
bespokesynth
- bintools
+ binutils
cardinal
cargo
conntrack-tools
+ coreutils
curl
dmenu
dict
+ diffutils
dig
dmidecode
easyeffects
@@ -33,12 +35,14 @@
feh
ffmpeg
file
+ findutils
flac
fldigi
fluidsynth
foot
fortune
fping
+ gcc
gcr
geeqie
geonkick
@@ -59,6 +63,7 @@
iotop
ipcalc
iperf
+ iputils
jq
lame
libreoffice
@@ -157,8 +162,6 @@
];
imports = [
- inputs.hardware.nixosModules.lenovo-yoga-7-14ARH7.amdgpu
-
./hardware-configuration.nix
../common/core
../common/optional/google-authenticator.nix
diff --git a/hosts/ginaz/hardware-configuration.nix b/hosts/ginaz/hardware-configuration.nix
index a5ae455..f8a58f8 100644
--- a/hosts/ginaz/hardware-configuration.nix
+++ b/hosts/ginaz/hardware-configuration.nix
@@ -44,6 +44,4 @@
hardware.bluetooth.enable = true;
#hardware.bluetooth.powerOnBoot = true;
-
- nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}