changed login shell to fern, added fern configuration

This commit is contained in:
2026-02-20 01:31:04 -05:00
parent b188e29dfd
commit 2a0116c336
19 changed files with 463 additions and 118 deletions

View File

@@ -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;