Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99cd12bbc6 | ||
|
|
1827e1e8d7 | ||
|
|
82023d7721 |
@@ -8,6 +8,7 @@
|
|||||||
development-tools
|
development-tools
|
||||||
i18n-de
|
i18n-de
|
||||||
mount-duke-smb
|
mount-duke-smb
|
||||||
|
keith-devtools
|
||||||
# (sunshine "weckyy702")
|
# (sunshine "weckyy702")
|
||||||
|
|
||||||
#TODO: moar aspects
|
#TODO: moar aspects
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{ inputs, ... }: {
|
||||||
|
flake.modules.nixos.keith-devtools = {
|
||||||
|
imports = with inputs.self.modules.nixos;
|
||||||
|
with inputs.self.factory; [
|
||||||
|
development-tools
|
||||||
|
rust-dev
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -5,6 +5,10 @@
|
|||||||
gnumake
|
gnumake
|
||||||
clang
|
clang
|
||||||
gcc
|
gcc
|
||||||
|
gdb
|
||||||
|
perf
|
||||||
|
python3
|
||||||
|
libqalculate
|
||||||
|
|
||||||
man-pages
|
man-pages
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
|
|||||||
@@ -1,8 +1,13 @@
|
|||||||
{
|
{
|
||||||
flake.modules.nixos.pipewire = {
|
flake.modules.nixos.pipewire = {
|
||||||
|
# See https://nixos.wiki/wiki/NixOS_Wiki:Audio
|
||||||
|
hardware.alsa.enable = false;
|
||||||
|
services.pulseaudio.enable = false;
|
||||||
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
alsa.enable = true;
|
|
||||||
enable = true;
|
enable = true;
|
||||||
|
audio.enable = true;
|
||||||
|
alsa.enable = true;
|
||||||
wireplumber.enable = true;
|
wireplumber.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
imports = with inputs.self.modules.nixos; [
|
imports = with inputs.self.modules.nixos; [
|
||||||
system-base
|
system-base
|
||||||
hyprland
|
hyprland
|
||||||
|
pipewire
|
||||||
|
|
||||||
#TODO: moar aspects
|
#TODO: moar aspects
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user