changed login shell to fern, added fern configuration
This commit is contained in:
28
flake.nix
28
flake.nix
@@ -8,6 +8,7 @@
|
||||
hyprpicker.url = "github:hyprwm/hyprpicker";
|
||||
stylix.url = "github:danth/stylix";
|
||||
disko.url = "github:nix-community/disko";
|
||||
fern.url = "github:km-clay/fern";
|
||||
|
||||
nixvim.url = "github:nix-community/nixvim";
|
||||
|
||||
@@ -41,17 +42,6 @@
|
||||
hostDir = "desktop";
|
||||
kind = "both";
|
||||
}
|
||||
{
|
||||
host = "phosphorous";
|
||||
hostDir = "work";
|
||||
kind = "both";
|
||||
extraNixosModules = [
|
||||
inputs.copyparty.nixosModules.default
|
||||
];
|
||||
extraOverlays = [
|
||||
inputs.copyparty.overlays.default
|
||||
];
|
||||
}
|
||||
{
|
||||
host = "mercury";
|
||||
hostDir = "laptop";
|
||||
@@ -65,6 +55,22 @@
|
||||
./modules/server
|
||||
];
|
||||
}
|
||||
{
|
||||
host = "phosphorous";
|
||||
hostDir = "work";
|
||||
kind = "both";
|
||||
extraNixosModules = [
|
||||
inputs.fern.nixosModules.fern
|
||||
inputs.copyparty.nixosModules.default
|
||||
];
|
||||
extraHomeModules = [
|
||||
inputs.fern.homeModules.fern
|
||||
];
|
||||
extraOverlays = [
|
||||
inputs.fern.overlays.default
|
||||
inputs.copyparty.overlays.default
|
||||
];
|
||||
}
|
||||
];
|
||||
in {
|
||||
inherit (hosts) nixosConfigurations homeConfigurations;
|
||||
|
||||
Reference in New Issue
Block a user