mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
preparing nuc for reinstall
This commit is contained in:
parent
d765596a54
commit
607b2d7a35
5 changed files with 33 additions and 33 deletions
|
@ -1,6 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# temp here for testing
|
||||
thunderbird
|
||||
|
||||
# essentials
|
||||
wpa_supplicant_gui
|
||||
pcmanfm
|
||||
|
@ -11,6 +14,7 @@
|
|||
evince
|
||||
gimp
|
||||
mpv
|
||||
yt-dlp
|
||||
ffmpeg
|
||||
|
||||
# sound
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
identityFile = "~/.ssh/git";
|
||||
};
|
||||
"git@ifsr.de" = {
|
||||
match = "Host raspi User git";
|
||||
match = "Host ifsr.de User git";
|
||||
identityFile = "~/.ssh/git";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue