nixpkgs-wayland shit

This commit is contained in:
jacekpoz 2023-08-02 15:53:22 +02:00
parent 52a1c0bf99
commit e1cd4f5b52
3 changed files with 7 additions and 1 deletions

View file

@ -1,11 +1,14 @@
{ {
config, config,
inputs,
pkgs,
... ...
}: }:
{ {
config = { config = {
programs.foot = { programs.foot = {
enable = true; enable = true;
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.foot;
server.enable = true; server.enable = true;
settings = { settings = {
main = { main = {

View file

@ -1,12 +1,13 @@
{ {
config, config,
inputs,
pkgs, pkgs,
... ...
}: { }: {
config = { config = {
programs.swaylock = { programs.swaylock = {
enable = true; enable = true;
package = pkgs.swaylock-effects; package = inputs.nixpkgs-wayland.packages.${pkgs.system}.swaylock-effects;
settings = { settings = {
daemonize = true; daemonize = true;
show-failed-attempts = true; show-failed-attempts = true;

View file

@ -1,11 +1,13 @@
{ {
config, config,
inputs,
pkgs, pkgs,
... ...
}: { }: {
config = { config = {
services.dunst = { services.dunst = {
enable = true; enable = true;
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.dunst;
settings = { settings = {
global = { global = {
monitor = 0; monitor = 0;