Add: Penduick on Thinkpad T480

This commit is contained in:
DuN0z 2025-10-29 18:31:07 +01:00
parent e2177beef1
commit cfe1fbf185
5 changed files with 183 additions and 1 deletions

View file

@ -0,0 +1,18 @@
{pkgs, ...}: {
imports = [
../desktop/bspwm.nix
../common/browser.nix
../common/nvim.nix
./dunoz.nix
];
home = {
packages = with pkgs; [
fastfetch
nerd-fonts.iosevka
proton-pass
smug
];
};
}
# vim: set ts=2 sw=2 sts=2 et :