mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 06:31: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"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736565714,
|
"lastModified": 1736655632,
|
||||||
"narHash": "sha256-/OyRMWPzV7027/Zvi5Kwb7D8UM0mhRLqPkC0WRHre2I=",
|
"narHash": "sha256-TeA6G+BUWhOi2ZnewAEfwbsY/ku1H1sdNKfwjvH0wzM=",
|
||||||
"owner": "0xc000022070",
|
"owner": "0xc000022070",
|
||||||
"repo": "zen-browser-flake",
|
"repo": "zen-browser-flake",
|
||||||
"rev": "48a7f03cdc23ca81c668d0f09ea4ab2278f61162",
|
"rev": "32f3692cc4d6a1d1cb8943be7d2e712a63c4b374",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
# Desktop, display and greeter configuration
|
# Desktop, display and greeter configuration
|
||||||
services.xserver.enable = false;
|
services.xserver.enable = true;
|
||||||
services.desktopManager.plasma6.enable = true;
|
|
||||||
services.displayManager.sddm = {
|
services.displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
};
|
};
|
||||||
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
|
||||||
# Audio system with PipeWire
|
# Audio system with PipeWire
|
||||||
# Enable PipeWire and ALSA support
|
# Enable PipeWire and ALSA support
|
||||||
|
@ -33,11 +33,7 @@
|
||||||
programs.partition-manager.enable = true;
|
programs.partition-manager.enable = true;
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
environment.variables = {
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
EDITOR = "vim";
|
|
||||||
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
|
|
||||||
NIXOS_OZONE_WL = "1";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Printing and Bluetooth
|
# Printing and Bluetooth
|
||||||
# Disable browsed: https://discourse.nixos.org/t/newly-announced-vulnerabilities-in-cups
|
# Disable browsed: https://discourse.nixos.org/t/newly-announced-vulnerabilities-in-cups
|
||||||
|
|
Loading…
Reference in a new issue