noctalia configuration and basic niri setup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user