seperate hosts in each file
This commit is contained in:
parent
2597fc7fb8
commit
6e143facef
7 changed files with 168 additions and 144 deletions
|
@ -1,6 +1,4 @@
|
|||
# TODO refine firejail it seems that / is not shielded enough and app armor does not work
|
||||
|
||||
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.firejail = {
|
||||
|
@ -16,8 +14,8 @@
|
|||
"--env=GTK_THEME=Adwaita:dark"
|
||||
# Enable system notifications
|
||||
"--dbus-user.talk=org.freedesktop.Notifications"
|
||||
# For screen sharing
|
||||
"--dbus-user.talk=org.freedesktop.portal.*"
|
||||
# For screen sharing
|
||||
"--dbus-user.talk=org.freedesktop.portal.*"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
# Allow unfree packages
|
||||
#unstable.config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
{ pkgs, inputs, config, ... }: let
|
||||
unstable_list = [ inputs.nixpkgs-unstable.legacyPackages."x86_64-linux".neovim ];
|
||||
in {
|
||||
# also opens the TCP and UDP port from 1714 to 1764
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
|
@ -39,7 +37,7 @@
|
|||
lm_sensors
|
||||
|
||||
# neovim
|
||||
unstable.neovim
|
||||
# unstable.neovim
|
||||
git
|
||||
gnumake
|
||||
gcc
|
||||
|
@ -74,7 +72,9 @@
|
|||
keepassxc
|
||||
#minecraft
|
||||
element-desktop
|
||||
];
|
||||
] ++ unstable_list;
|
||||
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue