Initial commit
This commit is contained in:
commit
cfcc57a8bd
353 changed files with 18756 additions and 0 deletions
|
|
@ -0,0 +1,39 @@
|
|||
{ ... }:
|
||||
{
|
||||
den.aspects = {
|
||||
shorekeeper = { # hostname
|
||||
homeManager =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
# pkgs.uv
|
||||
pkgs.bleachbit
|
||||
pkgs.qdirstat
|
||||
# pkgs.alejandra
|
||||
pkgs.tealdeer
|
||||
# pkgs.gnumake
|
||||
# pkgs.bat
|
||||
# pkgs.git
|
||||
# pkgs.paru
|
||||
# pkgs.fd
|
||||
# pkgs.wget # un dulu
|
||||
# pkgs.flatpak mending di paru
|
||||
# pkgs.btop
|
||||
pkgs.kdePackages.dolphin
|
||||
# pkgs.unrar
|
||||
# pkgs.unzip
|
||||
pkgs.lazydocker
|
||||
pkgs.docker-compose
|
||||
# pkgs.kdePackages.kate
|
||||
# pkgs.keepassxc
|
||||
pkgs.copyq
|
||||
pkgs.albert
|
||||
# pkgs.ulauncher
|
||||
# xfce4 things
|
||||
pkgs.menulibre
|
||||
# pkgs.peazip
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue