More changes

This commit is contained in:
Chris Josten 2020-05-14 23:37:19 +02:00
parent 44b011a6b4
commit 3db9423dc4
7 changed files with 128 additions and 45 deletions

View file

@ -3,7 +3,13 @@
{
environment = {
systemPackages = with pkgs; [
docker-compose
file
imagemagick
lsb-release
neovim
podman
podman-compose
tmux
vim
];

View file

@ -1,41 +0,0 @@
{ pkgs, ...}:
{
environment = {
systemPackages = with pkgs; [
# Internet
firefox
keepassxc
riot-desktop
syncthing
qsyncthingtray
# Wire(less) internet support
dnsmasq
hostapd
iw
plasma-nm
# KDE plasma and applications
kate
latte-dock # My PC has enough RAM by now
kleopatra
networkmanager
okular
plasma-desktop
plasma-integration
sddm
# To show of your distro
neofetch
# Communication
tdesktop
];
};
#packageOverrides = pkgs: rec {
#latte-dock = pkgs.latte-dock.override (attrs: {
# src = fetc
#};
#}
}