nur: adjust eval to flakyfication of upstream
This commit is contained in:
parent
98678d644d
commit
bc375742bc
|
@ -32,7 +32,6 @@ in
|
||||||
# FIXME: possibly expose home modules through flake outputs instead of brittle path traversals
|
# FIXME: possibly expose home modules through flake outputs instead of brittle path traversals
|
||||||
users.gast = {
|
users.gast = {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nur.hmModules.nur
|
|
||||||
../home/modules/packages.nix
|
../home/modules/packages.nix
|
||||||
];
|
];
|
||||||
home = {
|
home = {
|
||||||
|
|
|
@ -82,7 +82,6 @@
|
||||||
modules = [
|
modules = [
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
nur.hmModules.nur
|
|
||||||
./home/common.nix
|
./home/common.nix
|
||||||
./home/${confName}.nix
|
./home/${confName}.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
twemoji-color-font
|
twemoji-color-font
|
||||||
open-sans
|
open-sans
|
||||||
(iosevka-bin.override { variant = "CurlySlab"; })
|
(iosevka-bin.override { variant = "CurlySlab"; })
|
||||||
config.nur.repos.schmittlauch.vollkorn
|
inputs.nur.legacyPackages.${system}.repos.schmittlauch.vollkorn
|
||||||
# TODO: humor-sans
|
# TODO: humor-sans
|
||||||
|
|
||||||
# fcio corporate design, TODO module
|
# fcio corporate design, TODO module
|
||||||
|
|
|
@ -10,6 +10,7 @@ with pkgs;
|
||||||
let
|
let
|
||||||
cfg = config.schmittlauch.packages;
|
cfg = config.schmittlauch.packages;
|
||||||
unstable = inputs.nixos-unstable.legacyPackages.${system};
|
unstable = inputs.nixos-unstable.legacyPackages.${system};
|
||||||
|
nur = inputs.nur.legacyPackages.${system};
|
||||||
|
|
||||||
graphicsApps =
|
graphicsApps =
|
||||||
[
|
[
|
||||||
|
@ -41,7 +42,7 @@ let
|
||||||
musescore
|
musescore
|
||||||
tenacity
|
tenacity
|
||||||
soundkonverter
|
soundkonverter
|
||||||
#config.nur.repos.fooker.studio-link
|
#nur.repos.fooker.studio-link
|
||||||
];
|
];
|
||||||
|
|
||||||
cliApps =
|
cliApps =
|
||||||
|
@ -86,7 +87,7 @@ let
|
||||||
torsocks
|
torsocks
|
||||||
agrep
|
agrep
|
||||||
reptyr # re-bind running program to other tty
|
reptyr # re-bind running program to other tty
|
||||||
config.nur.repos.schmittlauch.lolcommits
|
nur.repos.schmittlauch.lolcommits
|
||||||
];
|
];
|
||||||
|
|
||||||
nixHelpers = [
|
nixHelpers = [
|
||||||
|
|
Loading…
Reference in a new issue