initial commit

This commit is contained in:
2025-06-15 18:21:36 +02:00
commit fd4e2a19cc
23 changed files with 2290 additions and 0 deletions

22
home/lukas/packages.nix Normal file
View File

@@ -0,0 +1,22 @@
{ pkgs, ... }:
{
fonts.fontconfig.enable = true;
home.packages = [
pkgs.thunderbird
pkgs.nextcloud-client
pkgs.keepassxc
pkgs.tree
pkgs.htop
pkgs.neovim
pkgs.wget
pkgs.unzip
pkgs.nerd-fonts.fira-code
pkgs.meslo-lgs-nf
pkgs.eza
pkgs.bat
];
}