fix laptop
This commit is contained in:
@@ -109,8 +109,7 @@
|
||||
./systems/laptop/configuration.nix
|
||||
./modules/collections/laptop.nix
|
||||
./modules/ecryptfs.nix
|
||||
./modules/services/syncthing.nix
|
||||
./modules/fh/scanning.nix
|
||||
#./modules/fh/scanning.nix
|
||||
./modules/support/ntfs.nix
|
||||
./modules/thunderbolt.nix
|
||||
#./modules/vmware-host.nix
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
#tablet.enable = true;
|
||||
#fingerprint.enable = true;
|
||||
};
|
||||
services = {
|
||||
syncthing.enable = true;
|
||||
};
|
||||
graphical = {
|
||||
audio.enable = true;
|
||||
code = {
|
||||
@@ -37,6 +40,8 @@
|
||||
shared.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [ "electron-28.3.3" ];
|
||||
programs.firejail.wrappedBinaries = with pkgs;
|
||||
let inherit (config.custom.misc.firejail) mk;
|
||||
in lib.mkMerge [
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
];
|
||||
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [ "electron-27.3.11" ];
|
||||
services.blueman.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||
|
||||
Reference in New Issue
Block a user