laptop stuff
This commit is contained in:
@@ -13,7 +13,7 @@ let
|
|||||||
terminal = "footclient";
|
terminal = "footclient";
|
||||||
fileManager = "dolphin";
|
fileManager = "dolphin";
|
||||||
runner = "${lib.getExe caelestia-cli} shell drawers toggle launcher";
|
runner = "${lib.getExe caelestia-cli} shell drawers toggle launcher";
|
||||||
browser = "zen";
|
browser = "zen-beta";
|
||||||
editor = "emacsclient -c";
|
editor = "emacsclient -c";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
})
|
})
|
||||||
(lib.mkIf (systemName == "laptop") {
|
(lib.mkIf (systemName == "laptop") {
|
||||||
device = "/dev/disk/by-uuid/A4F3-8038";
|
device = "/dev/disk/by-uuid/FF4B-819D";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [
|
options = [
|
||||||
"fmask=0077"
|
"fmask=0077"
|
||||||
|
|||||||
@@ -27,7 +27,8 @@ in
|
|||||||
id = 0;
|
id = 0;
|
||||||
name = "default";
|
name = "default";
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
}; };
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.nix-index.enable = true;
|
programs.nix-index.enable = true;
|
||||||
programs.lazygit.enable = true;
|
programs.lazygit.enable = true;
|
||||||
@@ -215,7 +216,6 @@ in
|
|||||||
fuse-emulator
|
fuse-emulator
|
||||||
fuse3
|
fuse3
|
||||||
alacritty
|
alacritty
|
||||||
networkmanagerapplet
|
|
||||||
#inputs.way-inhibitor.packages.${pkgs.system}.default
|
#inputs.way-inhibitor.packages.${pkgs.system}.default
|
||||||
#inputs.zen-browser.packages.${pkgs.system}.twilight
|
#inputs.zen-browser.packages.${pkgs.system}.twilight
|
||||||
#inputs.quickshell.packages.${pkgs.system}.default
|
#inputs.quickshell.packages.${pkgs.system}.default
|
||||||
|
|||||||
@@ -84,8 +84,6 @@ in
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
programs.nh = {
|
programs.nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
clean.enable = true;
|
clean.enable = true;
|
||||||
@@ -156,7 +154,10 @@ in
|
|||||||
#backlight tool
|
#backlight tool
|
||||||
programs.light.enable = true;
|
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:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ 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