mirror of
https://github.com/oddlama/nixos-extra-modules.git
synced 2025-10-10 22:00:39 +02:00
feat: added i3 systemdTarget
feat: added xorg wallpaper module
This commit is contained in:
parent
f4a871a401
commit
bc948ad1ab
4 changed files with 99 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
{
|
||||
nixosModules.extra-modules = import ./modules;
|
||||
nixosModules.default = self.nixosModules.extra-modules;
|
||||
homeManagerModules.extra-modules = import ./hm-modules;
|
||||
homeManagerModules.default = self.homeManagerModules.extra-modules;
|
||||
}
|
||||
// flake-utils.lib.eachDefaultSystem (system: rec {
|
||||
pkgs = import nixpkgs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue