formatting
This commit is contained in:
parent
c1c611e2e4
commit
c92953a5e3
2 changed files with 9 additions and 13 deletions
|
|
@ -31,5 +31,4 @@
|
|||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,7 @@
|
|||
pkgs,
|
||||
stateVersion,
|
||||
...
|
||||
}:
|
||||
let
|
||||
}: let
|
||||
wanikani-script = builtins.path {
|
||||
path = ./wanikani-tmux.sh;
|
||||
};
|
||||
|
|
@ -26,12 +25,10 @@ let
|
|||
description = "Feature packed Dracula theme for tmux!";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ ethancedwards8 ];
|
||||
maintainers = with maintainers; [ethancedwards8];
|
||||
};
|
||||
};
|
||||
|
||||
in
|
||||
{
|
||||
in {
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
home.username = "osbm";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue