a bunch of stuff, including upgrade to wayland and ndi streaming to imac
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
'';
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = lib.mkDefault "nix-command flakes repl-flake";
|
||||
experimental-features = lib.mkDefault "nix-command flakes";
|
||||
trusted-users = [ "root" "@wheel" ];
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
../mods/battery_monitor.nix
|
||||
];
|
||||
|
||||
# after firefox 1.122 the cursor did not change on links anymore.....
|
||||
# so i had a firefox-tmp binary, which was built with
|
||||
# sudo nix build github:c2vi/nixos/1b07ba88b21e7f46a6012ecadc0ca3a86eda7281#nixosConfigurations.main.config.home-manager.users.me.programs.firefox.package -L
|
||||
|
||||
modules.battery_monitor.enable = true;
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
@@ -67,6 +71,11 @@
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
services.blueman.enable = true;
|
||||
hardware.bluetooth.settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
|
||||
1085
common/nixos-wayland.nix
Normal file
1085
common/nixos-wayland.nix
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user