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 ];
|
||||
services.mako = with rice; {
|
||||
enable = if config.programs.hyprpanel.enable then false else true;
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
package = pkgs.openssh;
|
||||
# addKeysToAgent = "";
|
||||
matchBlocks = let
|
||||
nxace = name: {
|
||||
host = name;
|
||||
|
||||
Reference in New Issue
Block a user