removed "musnix" module and bumped Linux kernel to latest version

This commit is contained in:
Lyla Bravo 2020-10-24 21:45:18 -03:00
parent ee509fe8e9
commit a48c1598fe
2 changed files with 24 additions and 21 deletions

View File

@ -20,7 +20,7 @@ in {
extraOutputsToInstall = [ "doc" ];
packages = with pkgs; [
# CLI tools
neofetch
neofetch mosh
exa fd ripgrep
pandoc signify
# editor
@ -30,6 +30,9 @@ in {
# gui
zoom-us libreoffice
transmission-gtk luakit
# etc
clang_11 clang-tools
];
file = {
".tmux.conf".source = ~/etc/tmux.conf;

View File

@ -4,12 +4,11 @@
imports = [
<nixos-hardware/lenovo/thinkpad/t420>
<nixos-hardware/common/pc/ssd>
<musnix>
# <musnix>
./hardware-configuration.nix
];
nix = {
trustedUsers = [ "root" "lyla" ];
allowedUsers = [ "root" "lyla" ];
gc = {
automatic = true;
@ -29,6 +28,7 @@
};
plymouth.enable = true;
cleanTmpDir = true;
kernelPackages = pkgs.linuxPackages_latest;
};
security = {
@ -61,7 +61,7 @@
# CLI utils
xclip wget usbutils
# audio
qjackctl
# qjackctl
];
};
@ -83,16 +83,16 @@
sound.enable = true;
musnix = {
enable = true;
alsaSeq.enable = true;
kernel = {
optimize = true;
realtime = true;
packages = pkgs.linuxPackages_latest_rt;
};
das_watchdog.enable = true;
};
# musnix = {
# enable = true;
# alsaSeq.enable = true;
# kernel = {
# optimize = true;
# realtime = true;
# packages = pkgs.linuxPackages_latest_rt;
# };
# das_watchdog.enable = true;
# };
hardware = {
# enableAllFirmware = true;
@ -113,10 +113,10 @@
services = {
blueman.enable = true;
jack = {
jackd.enable = true;
alsa.enable = true;
};
# jack = {
# jackd.enable = true;
# alsa.enable = true;
# };
xserver = {
enable = true;
layout = "latam";
@ -132,9 +132,9 @@
};
desktopManager.xfce = {
enable = true;
thunarPlugins = with pkgs.xfce; [
thunar-volman thunar-archive-plugin
];
# thunarPlugins = with pkgs.xfce; [
# thunar-volman thunar-archive-plugin
# ];
};
};
picom = {