forked from poslop/rice-flakes
moved to core and removed duplicate ssh
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./zsh
|
||||||
|
./git.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./hjem.nix
|
./hjem.nix
|
||||||
./network.nix
|
./network.nix
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hyprland
|
./hyprland
|
||||||
./zsh
|
|
||||||
./git.nix
|
|
||||||
./packages.nix
|
./packages.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
_:
|
|
||||||
{
|
|
||||||
services.openssh = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user