turn home/default.nix into skeleton, configure git

This commit is contained in:
Sean Kovacs 2026-03-05 10:22:41 -05:00
commit 864167a091
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 119 additions and 102 deletions

View file

@ -1,3 +1,4 @@
{ pkgs, ... }:
{
imports = [
# ./discord.nix
@ -5,4 +6,31 @@
./mpv.nix
# ./vscode.nix
];
home.packages = with pkgs; [
# gui applications
input-leap
libreoffice-qt-fresh
# nur.repos.forkprince.helium-nightly
chromium
nautilus
fractal
tuba
# gui applications ( multimedia )
audacity
strawberry
musescore
gimp
# calibre
# riff
dissent
loupe
spotify-player
# overrides
# (chromium.override {
# enableWideVine = true;
# })
];
}