mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Compare commits
No commits in common. "9f542cafc91e3f46ce6693c2b679af4ecb98fb11" and "08293858022458d157c56e0cfc1a411cb792da2e" have entirely different histories.
9f542cafc9
...
0829385802
2 changed files with 2 additions and 26 deletions
|
|
@ -92,28 +92,6 @@ in {
|
|||
# _JAVA_OPTIONS = "-Dsun.java2d.uiScale=2";
|
||||
# };
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
settings = {
|
||||
General = {
|
||||
# Shows battery charge of connected devices on supported
|
||||
# Bluetooth adapters. Defaults to 'false'.
|
||||
Experimental = true;
|
||||
# When enabled other devices can connect faster to us, however
|
||||
# the tradeoff is increased power consumption. Defaults to
|
||||
# 'false'.
|
||||
FastConnectable = true;
|
||||
};
|
||||
Policy = {
|
||||
# Enable all controllers when they are found. This includes
|
||||
# adapters present on start as well as adapters that are plugged
|
||||
# in later on. Defaults to 'true'.
|
||||
AutoEnable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
## Monitors
|
||||
mods.monitors = {
|
||||
primary = {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
}: let
|
||||
cfg = osConfig.mods;
|
||||
in {
|
||||
# imports = [inputs.impermanence.homeManagerModules.impermanence];
|
||||
imports = [inputs.impermanence.homeManagerModules.impermanence];
|
||||
|
||||
# Modules
|
||||
mods.xdg.enable = true;
|
||||
|
|
@ -16,8 +16,6 @@ in {
|
|||
# mods.hyprland.enable = true;
|
||||
mods.battery.enable = true;
|
||||
mods.terminal.zsh.enable = true;
|
||||
mods.terminal.wezterm.enable = true;
|
||||
mods.terminal.nushell.enable = true;
|
||||
mods.terminal.emulator.enable = true;
|
||||
mods.terminal.development.enable = true;
|
||||
mods.terminal.tools.enable = true;
|
||||
|
|
@ -27,8 +25,8 @@ in {
|
|||
mods.desktop.productivity.enable = false;
|
||||
mods.zen.enable = true;
|
||||
mods.obsidian.enable = true;
|
||||
mods.theme.slideshow.enable = true;
|
||||
mods.octo.enable = true;
|
||||
mods.theme.slideshow = true;
|
||||
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue