removed redundant stuff
This commit is contained in:
parent
f4e4918fbe
commit
313ef356d2
3 changed files with 1 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }: {
|
{ ... }: {
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
sound.enable = false;
|
sound.enable = false;
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
|
@ -9,7 +9,4 @@
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
#jack.enable = true;
|
#jack.enable = true;
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
pamixer
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
theme = import ../../../../colors.nix;
|
theme = import ../../../../colors.nix;
|
||||||
in lib.mkIf (osConfig.withNiri) {
|
in lib.mkIf (osConfig.withNiri) {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
swaybg
|
|
||||||
iwgtk
|
iwgtk
|
||||||
blueberry
|
blueberry
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
programs.niri.enable = true;
|
programs.niri.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
brightnessctl
|
brightnessctl
|
||||||
waybar
|
|
||||||
swaybg
|
swaybg
|
||||||
pamixer
|
pamixer
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue