random changes
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
{ config, pkgs, ... }@all: with all;
|
{ config, pkgs, ... }@all: with all; {
|
||||||
{
|
|
||||||
home.packages = with pkgs; [ libnotify ];
|
home.packages = with pkgs; [ libnotify ];
|
||||||
services.mako = with rice; {
|
services.mako = with rice; {
|
||||||
enable = if config.programs.hyprpanel.enable then false else true;
|
enable = if config.programs.hyprpanel.enable then false else true;
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.openssh;
|
package = pkgs.openssh;
|
||||||
|
# addKeysToAgent = "";
|
||||||
matchBlocks = let
|
matchBlocks = let
|
||||||
nxace = name: {
|
nxace = name: {
|
||||||
host = name;
|
host = name;
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{ pkgs, ... }@all: with all;
|
{ pkgs, ... }@all: with all; {
|
||||||
{
|
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = rec {
|
settings = rec {
|
||||||
hyprland = {
|
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";
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --cmd Hyprland --remember-user-session --window-padding 5";
|
||||||
user = hyper.user;
|
user = hyper.user;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user