mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: use niv
This commit is contained in:
parent
2acb71b50e
commit
2c2b3bd0d6
4 changed files with 60 additions and 28 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{self, ...} @ inputs: let
|
||||
{
|
||||
self,
|
||||
sources,
|
||||
...
|
||||
}: let
|
||||
hostname = "vanadium";
|
||||
system = "x86_64-linux";
|
||||
in {
|
||||
|
|
@ -22,17 +26,17 @@ in {
|
|||
# TODO: the original default
|
||||
../../../nixosModules/named/vanadium/_default.nix
|
||||
|
||||
inputs.agenix.nixosModules.default
|
||||
inputs.url-eater.nixosModules.default
|
||||
(sources.agenix + "/modules/age.nix")
|
||||
((import sources.url-eater).nixosModules.default)
|
||||
|
||||
# disko
|
||||
inputs.disko.nixosModules.default
|
||||
(sources.disko + "/module.nix")
|
||||
../../../disko/vanadium
|
||||
|
||||
# user configuration
|
||||
../../../nixosModules/extra/leana.nix
|
||||
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
(sources.home-manager + "/nixos")
|
||||
({
|
||||
config,
|
||||
lib,
|
||||
|
|
@ -72,15 +76,15 @@ in {
|
|||
../../../homeModules/common/sioyek.nix
|
||||
../../../homeModules/common/user-nixconf.nix
|
||||
|
||||
inputs.agenix.homeManagerModules.default
|
||||
inputs.wired-notify.homeManagerModules.default
|
||||
(sources.agenix + "/modules/age-home.nix")
|
||||
((import sources.wired-notify).homeManagerModules.default)
|
||||
|
||||
../../../homeModules/named/vanadium
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||
(sources.nixos-hardware + "/framework/13-inch/7040-amd")
|
||||
|
||||
../../../nixosModules/extra/layouts
|
||||
../../../nixosModules/extra/zram.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue