trying several things in order to figure out why plasma-manager is not co-operating...
This commit is contained in:
parent
ce1d40f6a2
commit
ec7429d384
5 changed files with 48 additions and 52 deletions
10
flake.nix
10
flake.nix
|
@ -72,18 +72,8 @@
|
|||
unstable = pkgs-unstable;
|
||||
my = self.packages.${system};
|
||||
};
|
||||
|
||||
# nvfetcher = final: prev: {
|
||||
# sources =
|
||||
# builtins.mapAttrs (_: p: p.src)
|
||||
# ((import ./packages/_sources/generated.nix) {
|
||||
# inherit (final) fetchurl fetchgit fetchFromGitHub dockerTools;
|
||||
# });
|
||||
# };
|
||||
};
|
||||
|
||||
# packages."${system}" = mapModules ./packages (p: pkgs.callPackage p {});
|
||||
|
||||
nixosModules =
|
||||
{
|
||||
sneeuwvlok = import ./.;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue