forked from foxora/nix
init
This commit is contained in:
commit
a07bd5fd9b
66 changed files with 6115 additions and 0 deletions
20
homes/modules/themeing/hellwal/hellwal.nix
Normal file
20
homes/modules/themeing/hellwal/hellwal.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{ config, inputs, lib, pkgs, ... }:
|
||||
let
|
||||
unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
hellwal
|
||||
];
|
||||
|
||||
# writes ./wallust.toml to ~/.config/hellwal/wallust.toml
|
||||
#xdg.configFile."wallust/wallust.toml" = {
|
||||
#source = ./wallust.toml;
|
||||
#};
|
||||
|
||||
# writes ./templates to ~/.config/hellwal/templates
|
||||
#xdg.configFile."hellwal/templates" = {
|
||||
#recursive = true;
|
||||
#source = ./templates;
|
||||
#};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue