diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 9ef6365..bd63825 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -3,6 +3,7 @@ { config, lib, pkgs, ... }: { + imports = [ /etc/nixos/hardware-configuration.nix @@ -64,8 +65,21 @@ RUNTIME_PM_ON_BAT = "auto"; }; }; + hardware.graphics.enable=true; + + nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ + "discord" + "steam" + "steam-unwrapped" + ]; + + programs.steam.enable = true; environment.systemPackages = with pkgs; [ + xorg.xauth + + discord + networkmanagerapplet grim slurp diff --git a/sway/.config/sway/config b/sway/.config/sway/config index d3573a4..79fa6a5 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -208,12 +208,4 @@ bindsym $mod+r mode "resize" # Special key to take a screenshot with grim bindsym Print exec grim -# -# Status Bar: -# -# Read `man 5 sway-bar` for more information about this section. -bar { - swaybar_command waybar -} - include /etc/sway/config.d/*