mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-09-27 13:46:22 +02:00
"fix" broken shit
This commit is contained in:
parent
4f96491282
commit
e439e4081d
4 changed files with 6 additions and 6 deletions
|
|
@ -32,9 +32,9 @@ with lib;
|
|||
home-manager.users.jade =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.ssh = {
|
||||
controlMaster = "yes";
|
||||
};
|
||||
# programs.ssh = {
|
||||
# controlMaster = "yes";
|
||||
# };
|
||||
home.packages = with pkgs; [
|
||||
just
|
||||
bacon
|
||||
|
|
|
|||
Loading…
Reference in a new issue