framework-2023-08-22-11-49-02

This commit is contained in:
Alexander Szczepanski
2023-08-22 11:49:02 +02:00
parent 9333f73867
commit d3d29d1b9e
11 changed files with 88 additions and 75 deletions

View File

@ -7,21 +7,29 @@ in
{
imports = [ <home-manager/nixos> ];
environment.systemPackages = with unstable.pkgs; [
catfish
czkawka # fslint before
discord
espeak-ng
handbrake
insomnia
libreoffice
meld
nextcloud-client
pinta
signal-desktop
solaar
remmina
spotify
baobab
keepassxc
ponymix
grsync
virtmanager
];
home-manager.users.alex = { pkgs, ... }: {
home = {
packages = with unstable.pkgs; [
baobab
# barrier
keepassxc
ponymix
# mullvad-vpn
# dracula-theme
# deadbeef
grsync
];
};
services = { syncthing = { enable = true; }; };
programs = {
@ -30,7 +38,6 @@ in
package = unstable.pkgs.vscode;
};
mpv = {
enable = true;
config = {