laptop stuff
This commit is contained in:
@@ -13,7 +13,7 @@ let
|
||||
terminal = "footclient";
|
||||
fileManager = "dolphin";
|
||||
runner = "${lib.getExe caelestia-cli} shell drawers toggle launcher";
|
||||
browser = "zen";
|
||||
browser = "zen-beta";
|
||||
editor = "emacsclient -c";
|
||||
in
|
||||
{
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
fsType = "vfat";
|
||||
})
|
||||
(lib.mkIf (systemName == "laptop") {
|
||||
device = "/dev/disk/by-uuid/A4F3-8038";
|
||||
device = "/dev/disk/by-uuid/FF4B-819D";
|
||||
fsType = "vfat";
|
||||
options = [
|
||||
"fmask=0077"
|
||||
|
||||
@@ -27,7 +27,8 @@ in
|
||||
id = 0;
|
||||
name = "default";
|
||||
isDefault = true;
|
||||
}; };
|
||||
};
|
||||
};
|
||||
|
||||
programs.nix-index.enable = true;
|
||||
programs.lazygit.enable = true;
|
||||
@@ -215,7 +216,6 @@ in
|
||||
fuse-emulator
|
||||
fuse3
|
||||
alacritty
|
||||
networkmanagerapplet
|
||||
#inputs.way-inhibitor.packages.${pkgs.system}.default
|
||||
#inputs.zen-browser.packages.${pkgs.system}.twilight
|
||||
#inputs.quickshell.packages.${pkgs.system}.default
|
||||
|
||||
@@ -84,8 +84,6 @@ in
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
@@ -156,7 +154,10 @@ in
|
||||
#backlight tool
|
||||
programs.light.enable = true;
|
||||
|
||||
programs.nm-applet.enable = true;
|
||||
programs.nm-applet = {
|
||||
enable = true;
|
||||
indicator = false;
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
|
||||
@@ -65,55 +65,7 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
#"93-mic-gain" = {
|
||||
# "context.modules" = [
|
||||
# {
|
||||
# name = "libpipewire-module-filter-chain";
|
||||
# args = {
|
||||
# node.description = "Mic Gain Boost";
|
||||
# media.name = "Mic Gain Boost";
|
||||
# filter.graph = {
|
||||
# nodes = [
|
||||
# {
|
||||
# type = "ladspa";
|
||||
# name = "gain";
|
||||
# plugin = "amp"; # LADSPA amplifier plugin
|
||||
# label = "amp_mono";
|
||||
# control = {
|
||||
# "Gain" = 12.0; # Boost gain by 12 dB (adjust as needed)
|
||||
# };
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
# capture.props = {
|
||||
# "node.name" = "effect_input.mic_boost";
|
||||
# "audio.position" = [ "MONO" ];
|
||||
# };
|
||||
# playback.props = {
|
||||
# "node.name" = "effect_output.mic_boost";
|
||||
# "audio.position" = [ "MONO" ];
|
||||
# };
|
||||
# };
|
||||
# }
|
||||
# ];
|
||||
#};
|
||||
};
|
||||
#wireplumber.extraConfig = {
|
||||
# "monitor.alsa.rules" = {
|
||||
# rule1 = { # Give the rule a unique name
|
||||
# matches = [
|
||||
# { "node.name" = "~alsa_input.*"; }
|
||||
# ];
|
||||
# actions = {
|
||||
# update-props = {
|
||||
# "api.alsa.soft-mixer" = true;
|
||||
# "api.alsa.volume" = "100%";
|
||||
# "api.alsa.headroom" = 0;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
#};
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user