mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
wrapperPackages/software-dev: init
This commit is contained in:
parent
ad2f15080f
commit
67118196f5
@ -12,6 +12,11 @@
|
||||
systems = [ "x86_64-linux" ];
|
||||
nixpkgs.branch = "nixos-unstable";
|
||||
};
|
||||
|
||||
software-dev = {
|
||||
systems = [ "x86_64-linux" ];
|
||||
nixpkgs.branch = "nixos-unstable";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
simplified_ui true
|
||||
on_force_close "quit"
|
||||
default_mode "locked"
|
||||
mouse_mode false
|
14
configs/wrapper-manager/software-dev/default.nix
Normal file
14
configs/wrapper-manager/software-dev/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
wrappers.tmux-fds.wraparound = {
|
||||
variant = "boxxy";
|
||||
subwrapper.arg0 = lib.getExe' pkgs.tmux "tmux";
|
||||
boxxy.rules."~/.config/tmux/tmux.conf".source = "~/.tmux.conf";
|
||||
};
|
||||
|
||||
wrappers.zellij-fds = {
|
||||
arg0 = lib.getExe' pkgs.zellij "zellij";
|
||||
env.ZELLIJ_CONFIG_FILE.value = ./config/zellij/config.kdl;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user