File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 12
12
./hardware-configuration.nix
13
13
<home-manager/nixos>
14
14
../tchekda_user.nix
15
+ ../wayland.nix
15
16
] ;
16
17
17
18
# Use the systemd-boot EFI boot loader.
308
309
309
310
useGlamor = true ;
310
311
311
- videoDrivers = [ "nvidia" ] ;
312
+ # videoDrivers = [ "nvidia" ];
312
313
313
314
windowManager = {
314
315
i3 = {
Original file line number Diff line number Diff line change 5
5
url = https://files.tchekda.fr/suits-wallpaper.jpg ;
6
6
sha256 = "sha256:18i26c2szmsas9r962ndncikp2lzqljg9rr4v2szp03hfp2sah0q" ;
7
7
} ;
8
+ aurora = pkgs . callPackage ../aurora.nix { } ;
8
9
in
9
10
{
10
11
imports = [
14
15
../alacritty.nix
15
16
../i3.nix
16
17
../dunst.nix
18
+ ../wayland.nix
17
19
] ;
18
20
19
21
home = {
22
+
23
+ packages = [ aurora ] ;
24
+
20
25
sessionPath = [
21
26
"/home/tchekda/.yarn/bin"
22
27
] ;
Original file line number Diff line number Diff line change 10
10
spacing = 4 ;
11
11
output = [
12
12
"eDP-1"
13
- "HDMI-A-1"
14
13
] ;
15
14
modules-left = [ "sway/workspaces" "sway/mode" "wlr/taskbar" ] ;
16
15
modules-center = [ "sway/window" ] ;
Original file line number Diff line number Diff line change 51
51
wayland
52
52
glib # gsettings
53
53
] ;
54
+ environment . variables . QT_QPA_PLATFORMTHEME = lib . mkForce "qt5ct" ;
54
55
55
56
# xdg-desktop-portal works by exposing a series of D-Bus interfaces
56
57
# known as portals under a well-known name
65
66
# gtk portal needed to make gtk apps happy
66
67
extraPortals = with pkgs ; [
67
68
xdg-desktop-portal-wlr
68
- xdg-desktop-portal-gtk
69
+ # xdg-desktop-portal-gtk
69
70
] ;
70
71
gtkUsePortal = true ;
71
72
} ;
87
88
'' ;
88
89
} ;
89
90
programs . qt5ct . enable = true ;
91
+
92
+ # services.xserver.videoDrivers = [ "nouveau" ];
90
93
}
You can’t perform that action at this time.
0 commit comments