setup jade
This commit is contained in:
parent
fb35749e62
commit
296b80ec16
14 changed files with 262 additions and 162 deletions
20
home-manager/jade/default.nix
Normal file
20
home-manager/jade/default.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./xmonad
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
dmenu
|
||||
feh
|
||||
wezterm
|
||||
];
|
||||
|
||||
xdg.configFile = {
|
||||
wezterm = { source = ./wezterm; recursive = true; };
|
||||
};
|
||||
|
||||
home.file.".xinitrc".source = ./xinitrc;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue