Compare commits
3
Commits
99966bc87f
...
99cd12bbc6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99cd12bbc6 | ||
|
|
1827e1e8d7 | ||
|
|
82023d7721 |
@@ -8,6 +8,7 @@
|
||||
development-tools
|
||||
i18n-de
|
||||
mount-duke-smb
|
||||
keith-devtools
|
||||
# (sunshine "weckyy702")
|
||||
|
||||
#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
|
||||
clang
|
||||
gcc
|
||||
gdb
|
||||
perf
|
||||
python3
|
||||
libqalculate
|
||||
|
||||
man-pages
|
||||
man-pages-posix
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
{
|
||||
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 = {
|
||||
alsa.enable = true;
|
||||
enable = true;
|
||||
audio.enable = true;
|
||||
alsa.enable = true;
|
||||
wireplumber.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
imports = with inputs.self.modules.nixos; [
|
||||
system-base
|
||||
hyprland
|
||||
pipewire
|
||||
|
||||
#TODO: moar aspects
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user