turn home/default.nix into skeleton, configure git
This commit is contained in:
parent
6b3b65dac5
commit
864167a091
5 changed files with 119 additions and 102 deletions
|
|
@ -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;
|
||||
# })
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue