testing 67
This commit is contained in:
parent
6c21ec9a59
commit
84b12dca7f
7 changed files with 42 additions and 12 deletions
20
modules/home-manager/cli/clipkgs.nix
Normal file
20
modules/home-manager/cli/clipkgs.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
rose-pine-gtk-theme
|
||||
alejandra
|
||||
vulkan-tools
|
||||
pkgs.looking-glass-client
|
||||
tmux
|
||||
restic
|
||||
fastfetch
|
||||
btop
|
||||
wl-clipboard
|
||||
pkgs.nixd
|
||||
inxi
|
||||
kitty
|
||||
];
|
||||
}
|
||||
|
|
@ -1,6 +1,11 @@
|
|||
{lib, ...}: {
|
||||
options = {
|
||||
tulg.shell.enable = lib.mkEnableOption "shellshit";
|
||||
};
|
||||
|
||||
imports = [
|
||||
./yazi.nix
|
||||
./shell.nix
|
||||
./clipkgs.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue