[sway] Adds sway as an option, with minimal config
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./sway.nix
|
||||
./audio.nix
|
||||
./hyprland.nix
|
||||
./nix.nix
|
||||
./rofi/rofi.nix
|
||||
./sway.nix
|
||||
../apps/element.nix
|
||||
../apps/discord.nix
|
||||
./terminal.nix
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
imports = [
|
||||
./swaync.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
hyprlock # lock screen
|
||||
# swayidle # lock on idle
|
||||
@@ -37,6 +38,10 @@
|
||||
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
extraOptions = [
|
||||
# Required for NVIDIA GPUs
|
||||
"--unsupported-gpu"
|
||||
];
|
||||
checkConfig = true;
|
||||
systemd = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user