chore(tree-wide): remove snowfall-lib as dependency
This commit is contained in:
parent
5cf347812c
commit
0965dd312a
8 changed files with 65 additions and 41 deletions
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, osConfig, ... }:
|
||||
{
|
||||
osConfig,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.sessionVariables.MULTIPLEXER = "zellij";
|
||||
persistDirs = [ "/.cache/zellij" ];
|
||||
|
@ -16,7 +21,9 @@
|
|||
layout {
|
||||
default_tab_template {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="file:${pkgs.zjstatus}/bin/zjstatus.wasm" {
|
||||
plugin location="file:${
|
||||
inputs.zjstatus.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
}/bin/zjstatus.wasm" {
|
||||
format_left "{mode} ${osConfig.hostname}"
|
||||
format_center "{tabs}"
|
||||
format_right "{datetime}"
|
||||
|
|
|
@ -11,7 +11,11 @@ in
|
|||
{
|
||||
imports =
|
||||
(optional osConfig.desktop.enable (import-tree ./desktop))
|
||||
++ singleton (import-tree ./cli);
|
||||
++ singleton (import-tree ./cli)
|
||||
++ [
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
inputs.nvf.homeManagerModules.default
|
||||
];
|
||||
|
||||
config = {
|
||||
stylix.image = ./desktop/wallpaper.png;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue