mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Optimized some specialArgs and module argument use
This commit is contained in:
parent
2d75530b6d
commit
18c8365f40
76 changed files with 282 additions and 284 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, stdenv, fetchurl, appimageTools, makeWrapper, electron_22, lib, pkgs, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
|
@ -53,4 +53,6 @@
|
|||
}
|
||||
)
|
||||
];
|
||||
|
||||
home.packages = [ pkgs.blockbench-electron ];
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# THIS DOES NOT WORK YET!
|
||||
{ lib, stdenv, buildPythonPackage, pkgs, ... }:
|
||||
{ lib, buildPythonPackage, pkgs, ... }:
|
||||
|
||||
let name = "Impressive";
|
||||
_name = "impressive";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# THIS DOES NOT WORK YET!
|
||||
{ lib, stdenv, pkgs, ... }:
|
||||
{ stdenv, pkgs, ... }:
|
||||
|
||||
let name = "rogauracore";
|
||||
owner = "wroberts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue