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,
inputs,
pkgs,
...
}:
{
config = {
programs.foot = {
enable = true;
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.foot;
server.enable = true;
settings = {
main = {

View file

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

View file

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