From 53c73e7e3cb0bf36baac5eca5c5deb6481341ac7 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 31 Dec 2020 12:22:48 +0100 Subject: Cleanup --- machines/x220/configuration.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'machines/x220') diff --git a/machines/x220/configuration.nix b/machines/x220/configuration.nix index 12c1bba..9fa9f99 100644 --- a/machines/x220/configuration.nix +++ b/machines/x220/configuration.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, lib, ... }: let busybox_utils = pkgs.stdenv.mkDerivation { @@ -12,6 +12,7 @@ let }; in { + imports = [ ../base.nix ../pl.nix @@ -23,6 +24,7 @@ in ]; boot.plymouth.enable = true; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; networking = { hostName = "x220"; @@ -37,15 +39,15 @@ in environment.systemPackages = with pkgs; [ + discord # Basic tools groff file ssh-ident busybox_utils # XORG perfs - dunst xclip - xwallpaper xdotool + dunst # UI apps - zathura brave sxiv pulsemixer + zathura sxiv pulsemixer lynx lf arandr wpa_supplicant_gui system-config-printer libreoffice vscodium abook @@ -54,7 +56,6 @@ in mpd mpc_cli mpv ffmpeg youtube-dl # CLIs - lm_sensors gitAndTools.gh docker-compose xsel bc libnotify pamixer maim killall @@ -83,7 +84,7 @@ in programs.dockd.enable = true; virtualisation.docker.enable = true; - systemd.services.docker.enable = false; + # systemd.services.docker.enable = false; services.udev.packages = [ pkgs.libu2f-host ]; -- cgit 1.4.1