mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Updated system, fixes, culled lots of old config
This commit is contained in:
parent
0408d049d2
commit
26162df66c
25 changed files with 122 additions and 5598 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, pkgs-stable, pkgs-emacs, systemSettings, userSettings, inputs, ... }:
|
||||
{ config, lib, pkgs, pkgs-stable, systemSettings, userSettings, inputs, ... }:
|
||||
|
||||
{
|
||||
# Simply install just the packages
|
||||
|
@ -51,7 +51,6 @@
|
|||
extraSpecialArgs = {
|
||||
# pass config variables from above
|
||||
inherit pkgs-stable;
|
||||
inherit pkgs-emacs;
|
||||
inherit systemSettings;
|
||||
inherit userSettings;
|
||||
inherit inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue