some cleanup
This commit is contained in:
parent
4fdda76cec
commit
ccac697b26
11 changed files with 22 additions and 34 deletions
13
home-manager/luna/categories/cli/default.nix
Normal file
13
home-manager/luna/categories/cli/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
#./zsh
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
fd # better find
|
||||
tldr # because 'man' is way too long for my brain :c
|
||||
|
||||
nixd # nix lsp
|
||||
alejandra # formatter
|
||||
];
|
||||
}
|
||||
0
home-manager/luna/categories/games/default.nix
Normal file
0
home-manager/luna/categories/games/default.nix
Normal file
0
home-manager/luna/categories/rgb/default.nix
Normal file
0
home-manager/luna/categories/rgb/default.nix
Normal file
|
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
outputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
|
|
|||
|
|
@ -1,18 +1,10 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
outputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{...}: {
|
||||
imports = [
|
||||
./common
|
||||
|
||||
./categories/cli
|
||||
];
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs; [
|
||||
alejandra
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue