forked from nico/dots
chore: organise modules
Organise modules in a significantly better way with categories.
This commit is contained in:
parent
7444260d7d
commit
3660ef23f1
33 changed files with 77 additions and 76 deletions
26
modules/desktop/de/niri.nix
Normal file
26
modules/desktop/de/niri.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.niri.enable = true;
|
||||
# Optional, hint electron apps to use wayland:
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
programs.xwayland.enable = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
waybar
|
||||
swww
|
||||
wl-clipboard
|
||||
brightnessctl
|
||||
helvum
|
||||
walker
|
||||
playerctl
|
||||
swaynotificationcenter
|
||||
hyprshot
|
||||
matugen
|
||||
pywalfox-native
|
||||
hyprshade
|
||||
|
||||
xwayland-satellite
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue