Initial configuration
This commit is contained in:
commit
44b011a6b4
15 changed files with 328 additions and 0 deletions
11
common/pkgs/console-core.nix
Normal file
11
common/pkgs/console-core.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ...}:
|
||||
|
||||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
neovim
|
||||
tmux
|
||||
vim
|
||||
];
|
||||
};
|
||||
}
|
41
common/pkgs/gui.nix
Normal file
41
common/pkgs/gui.nix
Normal file
|
@ -0,0 +1,41 @@
|
|||
{ 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
|
||||
#};
|
||||
#}
|
||||
}
|
1
common/pkgs/result
Symbolic link
1
common/pkgs/result
Symbolic link
|
@ -0,0 +1 @@
|
|||
/nix/store/rq2fvc9n4n9qlmqq88maxaw8cr7cy12p-nixos-system-nix-te-vinden-20.03.1754.b0e3df2f843
|
Loading…
Add table
Add a link
Reference in a new issue