From a48c1598fe1581436703f6927816e7f6bca5d5bb Mon Sep 17 00:00:00 2001 From: Lyla Bravo Date: Sat, 24 Oct 2020 21:45:18 -0300 Subject: [PATCH] removed "musnix" module and bumped Linux kernel to latest version --- .config/nixpkgs/home.nix | 5 ++++- etc/configuration.nix | 40 ++++++++++++++++++++-------------------- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/.config/nixpkgs/home.nix b/.config/nixpkgs/home.nix index 4fd56f7..ca5aa23 100644 --- a/.config/nixpkgs/home.nix +++ b/.config/nixpkgs/home.nix @@ -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; diff --git a/etc/configuration.nix b/etc/configuration.nix index 430546e..d194dc1 100644 --- a/etc/configuration.nix +++ b/etc/configuration.nix @@ -4,12 +4,11 @@ imports = [ - + # ./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 = {