mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-26 22:21:20 +00:00
Update Zen and enable XWayland
This commit is contained in:
parent
6549e0610d
commit
5ac124b389
2 changed files with 6 additions and 10 deletions
|
@ -39,11 +39,11 @@
|
|||
"nixpkgs": "nixpkgs_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1736565714,
|
||||
"narHash": "sha256-/OyRMWPzV7027/Zvi5Kwb7D8UM0mhRLqPkC0WRHre2I=",
|
||||
"lastModified": 1736655632,
|
||||
"narHash": "sha256-TeA6G+BUWhOi2ZnewAEfwbsY/ku1H1sdNKfwjvH0wzM=",
|
||||
"owner": "0xc000022070",
|
||||
"repo": "zen-browser-flake",
|
||||
"rev": "48a7f03cdc23ca81c668d0f09ea4ab2278f61162",
|
||||
"rev": "32f3692cc4d6a1d1cb8943be7d2e712a63c4b374",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
{
|
||||
# Desktop, display and greeter configuration
|
||||
services.xserver.enable = false;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
services.xserver.enable = true;
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
};
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
# Audio system with PipeWire
|
||||
# Enable PipeWire and ALSA support
|
||||
|
@ -33,11 +33,7 @@
|
|||
programs.partition-manager.enable = true;
|
||||
|
||||
# Environment variables
|
||||
environment.variables = {
|
||||
EDITOR = "vim";
|
||||
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
# Printing and Bluetooth
|
||||
# Disable browsed: https://discourse.nixos.org/t/newly-announced-vulnerabilities-in-cups
|
||||
|
|
Loading…
Reference in a new issue