forked from foxora/nix
merged #1
This commit is contained in:
commit
5c0e3c2656
31 changed files with 940 additions and 845 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