push up existing set of fixes and wm change
This commit is contained in:
parent
9a77331d21
commit
943fceee2d
7 changed files with 180 additions and 155 deletions
15
flake.nix
15
flake.nix
|
|
@ -26,15 +26,26 @@
|
|||
noctalia = {
|
||||
url = "github:noctalia-dev/noctalia-shell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
# inputs.quickshell.follows = "quickshell";
|
||||
};
|
||||
niri = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [ "https://niri.cachix.org" ];
|
||||
extra-trusted-public-keys = [ "niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964=" ];
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
niri,
|
||||
...
|
||||
} @ inputs: {
|
||||
overlays.niri = niri.overlays.niri;
|
||||
|
||||
nixosModules = let
|
||||
m = {
|
||||
ezpassthru = import ./modules/ezpassthru.nix;
|
||||
|
|
@ -42,7 +53,7 @@
|
|||
fuckingprint = import ./modules/fuckingprint.nix;
|
||||
workstation = import ./modules/workstation.nix;
|
||||
ezpw = import ./modules/ezpw.nix;
|
||||
ezpc = import ./modules/ezpc.nix;
|
||||
ezpc = import ./modules/ezpc.nix inputs;
|
||||
};
|
||||
in
|
||||
m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue