Skip to content

Commit 6b329f7

Browse files
committed
AMDGPU graphics enabled and linux wifi hotspot
1 parent e824802 commit 6b329f7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

configuration.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
libappindicator
7171
libnotify
7272
libva-utils # libva graphics library tools
73+
linux-wifi-hotspot # for wifi hotspot
7374
openssh # for ssh
7475
openssl # required by Rainbow borders
7576
python3

system/hardware/graphics.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
};
2323

2424
# AMDGPU graphics driver - disabled in favor of modesetting driver
25-
# services.xserver.videoDrivers = [ "amdgpu" ];
25+
services.xserver.videoDrivers = [ "amdgpu" ];
2626

2727
# Graphics environment variables
2828
environment.sessionVariables = {

system/hyprland.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
gnome.file-roller
7777
gnome.gnome-system-monitor
7878
gnome.eog # eye of gnome
79-
grim
79+
grim # screenshots
8080
jq
8181
kitty # default terminal on hyprland
8282
networkmanagerapplet
@@ -128,7 +128,7 @@
128128
# hyprpicker # does not work
129129
# hyprpaper # alternative to swww
130130
# wofi # alternative to rofi-wayland
131-
grim # screenshots
131+
132132
# for opening files in correct apps
133133
shared-mime-info
134134
desktop-file-utils

0 commit comments

Comments
 (0)