This commit is contained in:
2025-08-25 19:02:00 +02:00
parent 81a597ba51
commit 2402c6d66a
2 changed files with 14 additions and 8 deletions
+14
View File
@@ -3,6 +3,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
imports = imports =
[ [
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
@@ -64,8 +65,21 @@
RUNTIME_PM_ON_BAT = "auto"; 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; [ environment.systemPackages = with pkgs; [
xorg.xauth
discord
networkmanagerapplet networkmanagerapplet
grim grim
slurp slurp
-8
View File
@@ -208,12 +208,4 @@ bindsym $mod+r mode "resize"
# Special key to take a screenshot with grim # Special key to take a screenshot with grim
bindsym Print exec 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/* include /etc/sway/config.d/*