feat: various nixos fixes and improvements
bluetooth: trying to disable handsfree mode (wip) fonts: conform to new font pkg naming
This commit is contained in:
parent
da68374b71
commit
05e141db88
4 changed files with 54 additions and 36 deletions
|
@ -65,11 +65,7 @@
|
|||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
settings = {
|
||||
General = {
|
||||
Disable = "Headset";
|
||||
};
|
||||
};
|
||||
settings = {General = {Disable = "Handsfree,Headset";};};
|
||||
};
|
||||
specialisation = {
|
||||
in-china.configuration = {
|
||||
|
@ -116,6 +112,7 @@
|
|||
libsForQt5.qt5.qtquickcontrols2
|
||||
libsForQt5.qt5.qtgraphicaleffects
|
||||
blender
|
||||
trash-cli
|
||||
#inputs.hyprswitch.packages.x86_64-linux.default
|
||||
];
|
||||
# turned off because timedatectl doesn't like it
|
||||
|
@ -144,7 +141,10 @@
|
|||
#};
|
||||
nixpkgs = {
|
||||
overlays = [];
|
||||
config = {allowUnfree = true;};
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = ["dotnet-core-combined"];
|
||||
};
|
||||
};
|
||||
|
||||
nix = let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue