Skip to content

Commit

Permalink
fix: i forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Jun 12, 2024
1 parent dbee38d commit eeeda32
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 126 deletions.
157 changes: 37 additions & 120 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,14 @@
env = extra.shellEnv;
packages = with pkgs; [
inputs'.agenix.packages.default # provide agenix CLI within flake shell
# inputs'.catppuccinifier.packages.cli
inputs'.disko.packages.disko-install
config.treefmt.build.wrapper # treewide formatter
nil # nix ls
alejandra # nix formatter
git # flakes require git, and so do I
glow # markdown viewer
statix # lints and suggestions
deadnix # clean up unused nix code
# some python stuff for waybar scripting
];
};

Expand Down Expand Up @@ -110,8 +109,9 @@
url = "github:numtide/devshell";
inputs.nixpkgs.follows = "nixpkgs";
};
helix = {
url = "github:SoraTenshi/helix/new-daily-driver";

disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down
2 changes: 1 addition & 1 deletion hosts/calypso/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'';
inherit (lib) mkDefault;
in {
imports = [./hardware-configuration.nix];
imports = [./hardware-configuration.nix ./disko.nix];
environment.systemPackages = with pkgs; [
acpi
powertop
Expand Down
3 changes: 2 additions & 1 deletion hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
wayland = ../system/wayland;
hw = inputs.nixos-hardware.nixosModules;
agenix = inputs.agenix.nixosModules.age;
disko = inputs.disko.nixosModules.default;
hmModule = inputs.home-manager.nixosModules.home-manager;

shared = [core agenix];
shared = [core agenix disko];

home-manager = {
useUserPackages = true;
Expand Down

0 comments on commit eeeda32

Please sign in to comment.