noctalia configuration and basic niri setup

This commit is contained in:
2025-12-26 12:28:22 +01:00
parent c1f4c25cb6
commit e14992e9fd
6 changed files with 212 additions and 12 deletions

View File

@@ -11,15 +11,15 @@
# └─ hyprland.nix *
#
{ config, lib, user, pkgs, desktop, ... }:
{ config, inputs, lib, user, pkgs, desktop, ... }:
{
imports = [ ../waybar.nix ];
imports = [ ../noctalia.nix ];
environment = {
systemPackages = with pkgs; [
xdg-desktop-portal-gnome
dinit
xdg-desktop-portal-gtk
swaylock
swayidle
slurp
@@ -29,15 +29,12 @@
glib
brightnessctl
playerctl
xwayland-satellite
];
};
services = {
iio-niri = {
enable = true;
extraArgs = [
"--monitor"
"eDP-1"
];
};
greetd = {
enable = true;