From f422ad701ce41373e7a293160faf5a19eeea19fa Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 11 Jun 2022 23:28:31 +0200 Subject: nixpkgs-fmt --- hosts/microwave/configuration.nix | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'hosts/microwave/configuration.nix') diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix index 53464da..e3a629c 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -34,7 +34,7 @@ services.fstrim.enable = true; boot = { - supportedFilesystems = ["btrfs"]; + supportedFilesystems = [ "btrfs" ]; # use systemd boot by default loader = { @@ -62,8 +62,16 @@ # Users users.users.grue = { createHome = true; - extraGroups = [ "wheel" "networkmanager" "wireshark" "video" - "libvirtd" "plugdev" "dialout" "bluetooth" ]; + extraGroups = [ + "wheel" + "networkmanager" + "wireshark" + "video" + "libvirtd" + "plugdev" + "dialout" + "bluetooth" + ]; group = "users"; home = "/home/grue"; isNormalUser = true; @@ -75,6 +83,8 @@ package = pkgs.wireshark; }; + + programs.steam.enable = true; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave -- cgit v1.3.1