More changes
This commit is contained in:
parent
44b011a6b4
commit
3db9423dc4
7 changed files with 128 additions and 45 deletions
|
@ -3,7 +3,13 @@
|
|||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
file
|
||||
imagemagick
|
||||
lsb-release
|
||||
neovim
|
||||
podman
|
||||
podman-compose
|
||||
tmux
|
||||
vim
|
||||
];
|
||||
|
|
|
@ -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
|
||||
#};
|
||||
#}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue