removing old inputs, simplifying, wezterm
This commit is contained in:
parent
19ab4d5d20
commit
eeeb384c4c
5 changed files with 372 additions and 68 deletions
18
flake.nix
18
flake.nix
|
@ -47,12 +47,18 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# zjstatus = {
|
||||
# url = "github:dj95/zjstatus";
|
||||
# };
|
||||
isd = {
|
||||
url = "github:isd-project/isd";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
paperwm = {
|
||||
url = "github:paperwm/PaperWM";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {nixpkgs, home-manager, sops-nix, nix-flatpak, kmonad, musnix, self, ... } @ inputs:
|
||||
outputs = {nixpkgs, home-manager, sops-nix, kmonad, musnix, self, ... } @ inputs:
|
||||
let
|
||||
inherit (self) outputs;
|
||||
# Supported systems for your flake packages, shell, etc.
|
||||
|
@ -79,7 +85,7 @@
|
|||
};
|
||||
modules = [
|
||||
sops-nix.nixosModules.sops
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
inputs.nix-flatpak.nixosModules.nix-flatpak
|
||||
kmonad.nixosModules.default
|
||||
musnix.nixosModules.musnix
|
||||
./system/eddie/configuration.nix
|
||||
|
@ -96,7 +102,7 @@
|
|||
};
|
||||
|
||||
modules = [
|
||||
nix-flatpak.homeManagerModules.nix-flatpak
|
||||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
sops-nix.homeManagerModules.sops
|
||||
./home/home.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue