forked from foxora/nix
#1 hater of infinite recursion
This commit is contained in:
parent
43b04c3f8a
commit
a5bb1d1cc1
31 changed files with 946 additions and 851 deletions
|
|
@ -1,20 +1,16 @@
|
|||
{ config, inputs, lib, pkgs, ... }:
|
||||
let
|
||||
unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
{upkgs, ...}: {
|
||||
home.packages = with upkgs; [
|
||||
hellwal
|
||||
];
|
||||
|
||||
# writes ./wallust.toml to ~/.config/hellwal/wallust.toml
|
||||
#xdg.configFile."wallust/wallust.toml" = {
|
||||
#source = ./wallust.toml;
|
||||
#source = ./wallust.toml;
|
||||
#};
|
||||
|
||||
# writes ./templates to ~/.config/hellwal/templates
|
||||
#xdg.configFile."hellwal/templates" = {
|
||||
#recursive = true;
|
||||
#source = ./templates;
|
||||
#recursive = true;
|
||||
#source = ./templates;
|
||||
#};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{ config, inputs, lib, pkgs, ... }:
|
||||
let
|
||||
unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
{upkgs, ...}: {
|
||||
home.packages = with upkgs; [
|
||||
wallust
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue