more refactor. adding shikane
This commit is contained in:
parent
14ad4cd2c5
commit
7b26c73b59
18 changed files with 851 additions and 764 deletions
14
flake.nix
14
flake.nix
|
@ -12,15 +12,6 @@
|
|||
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak"; # unstable branch
|
||||
|
||||
stylix = {
|
||||
url = "github:donovanglover/stylix";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
home-manager.follows = "home-manager";
|
||||
};
|
||||
};
|
||||
|
||||
yazi = {
|
||||
url = "github:sxyazi/yazi";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -84,7 +75,7 @@
|
|||
};
|
||||
|
||||
niri = {
|
||||
url = "github:YaLTeR/niri";
|
||||
url = "github:sodiboo/niri-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
@ -134,6 +125,7 @@
|
|||
modules = [
|
||||
inputs.kmonad.nixosModules.default
|
||||
inputs.musnix.nixosModules.musnix
|
||||
inputs.niri.nixosModules.niri
|
||||
./hosts/eddie/configuration.nix
|
||||
];
|
||||
};
|
||||
|
@ -149,8 +141,8 @@
|
|||
|
||||
modules = [
|
||||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
inputs.stylix.homeManagerModules.stylix
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
inputs.niri.homeModules.niri
|
||||
./homes/emenel/default.nix
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue