Various small things

Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
Tristan D. 2023-09-12 23:32:42 +02:00
parent 3a2886df79
commit e72007409d
Signed by: tristan
SSH key fingerprint: SHA256:U7y6eMb7CQDaTHv9XoX6/BaQnPqyxxKc+Xnfcefi6rY
3 changed files with 13 additions and 10 deletions

View file

@ -78,7 +78,7 @@
# Enable sound with pipewire.
sound.enable = true;
hardware.bluetooth.enable = false;
hardware.bluetooth.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {

View file

@ -173,7 +173,7 @@
;;solidity ; do you need a blockchain? No.
;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance.
;;web ; the tubes
web ; the tubes
yaml ; JSON, but readable
;;zig ; C, but simpler

View file

@ -8,6 +8,13 @@
settings.experimental-features = ["nix-command" "flakes"];
};
dconf.settings = {
"org/virt-manager/virt-manager/connections" = {
autoconnect = ["qemu:///system"];
uris = ["qemu:///system"];
};
};
programs.doom-emacs = {
enable = true;
doomPrivateDir = ./doom.d;
@ -26,12 +33,10 @@
};
};
dconf.settings = {
"org/virt-manager/virt-manager/connections" = {
autoconnect = ["qemu:///system"];
uris = ["qemu:///system"];
};
services.emacs = {
enable = true;
};
home.packages = with pkgs; [
atool
alacritty
@ -47,9 +52,7 @@
tailscale
thunderbird
];
home.stateVersion = "23.05";
services.emacs = {
enable = true;
};
};
}