added and moved
This commit is contained in:
parent
57bbe33fbf
commit
a75c7e105c
15 changed files with 254 additions and 246 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
vesktop
|
||||
discord
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,11 +2,13 @@
|
|||
home.packages = with pkgs; [
|
||||
fish
|
||||
fzf
|
||||
ripgrep
|
||||
bat
|
||||
eza
|
||||
fd
|
||||
ugrep
|
||||
yazi
|
||||
chafa
|
||||
btop
|
||||
nvtopPackages.full
|
||||
];
|
||||
}
|
||||
|
|
|
|||
5
home-manager/modules/godot.nix
Normal file
5
home-manager/modules/godot.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
godot
|
||||
];
|
||||
}
|
||||
6
home-manager/modules/imagemagick.nix
Normal file
6
home-manager/modules/imagemagick.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
imagemagick
|
||||
];
|
||||
}
|
||||
|
|
@ -6,8 +6,7 @@
|
|||
}: {
|
||||
home.packages = with pkgs; [
|
||||
quickshell
|
||||
DMShell
|
||||
dms-cli
|
||||
dmsCli
|
||||
dgop
|
||||
ddcutil
|
||||
cliphist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue