added ssh, removed unnecessary imports in flake.nix

This commit is contained in:
vali 2024-04-12 20:58:33 +02:00
commit 7a4fc4cadb
5 changed files with 23 additions and 11 deletions

View file

@ -36,19 +36,10 @@
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprlock = {
url = "github:hyprwm/hyprlock";
inputs.nixpkgs.follows = "nixpkgs";
};
split-monitor-workspaces = {
url = "github:Duckonaut/split-monitor-workspaces";
inputs.hyprland.follows = "hyprland";
# inputs.hyprland.follows = "hyprland";
};
};
}