random changes

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-10-17 12:44:51 +02:00
parent b64abba7e5
commit 1b7fe7f7ca
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
{ config, pkgs, ... }@all: with all;
{
{ config, pkgs, ... }@all: with all; {
home.packages = with pkgs; [ libnotify ];
services.mako = with rice; {
enable = if config.programs.hyprpanel.enable then false else true;

View File

@@ -2,6 +2,7 @@
programs.ssh = {
enable = true;
package = pkgs.openssh;
# addKeysToAgent = "";
matchBlocks = let
nxace = name: {
host = name;

View File

@@ -1,9 +1,9 @@
{ pkgs, ... }@all: with all;
{
{ pkgs, ... }@all: with all; {
services.greetd = {
enable = true;
settings = rec {
hyprland = {
# command = "/home/nx2/test/sysc-greet-1.0.0/cmd/sysc-greet/sysc-greet --theme monochrome";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --cmd Hyprland --remember-user-session --window-padding 5";
user = hyper.user;
};