From 2d6006fd8c906183180650e35361e9adcdac290e Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sun, 6 Feb 2022 21:38:03 +0100 Subject: [PATCH] fmt --- flake.nix | 6 +++--- graphical.nix | 14 +++++++------- home.nix | 2 +- nixos/pkg.nix | 4 ++-- rustdev.nix | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/flake.nix b/flake.nix index 412f4db..4afc7cf 100644 --- a/flake.nix +++ b/flake.nix @@ -43,9 +43,9 @@ ./graphical.nix ./extra_info.nix ./localinfo.nix - ./wm - ./rustdev.nix - ./git + ./wm + ./rustdev.nix + ./git inputs.zsh-traxys.home-managerModule."${system}" inputs.hm-nvim-traxys.home-managerModule."${system}" ]; diff --git a/graphical.nix b/graphical.nix index 02175ee..968acfb 100644 --- a/graphical.nix +++ b/graphical.nix @@ -2,31 +2,31 @@ { home.packages = with pkgs; [ - # Browser + # Browser firefox-wayland (tor-browser-bundle-bin.override { useHardenedMalloc = false; }) - # IM + # IM element-desktop (discord.override { nss = pkgs.nss; }) signal-desktop - # Mail + # Mail thunderbird-wayland - # Media + # Media pavucontrol vlc spotify - # Misc progs + # Misc progs bitwarden libreoffice-fresh - # Misc utils - wl-clipboard + # Misc utils + wl-clipboard xdg_utils feh ]; diff --git a/home.nix b/home.nix index fc98e08..1ec1e22 100644 --- a/home.nix +++ b/home.nix @@ -33,7 +33,7 @@ in cargo-flamegraph linuxPackages.perf unzip - tokei + tokei ]; services = { diff --git a/nixos/pkg.nix b/nixos/pkg.nix index 71bc153..5c9f1ef 100644 --- a/nixos/pkg.nix +++ b/nixos/pkg.nix @@ -23,8 +23,8 @@ in ''; }; - # boot.extraModulePackages = [ ashmem binder ]; - # boot.kernelModules = [ "ashmem_linux" "binder_linux" ]; + # boot.extraModulePackages = [ ashmem binder ]; + # boot.kernelModules = [ "ashmem_linux" "binder_linux" ]; nixpkgs.config = { allowUnfree = true; diff --git a/rustdev.nix b/rustdev.nix index 3755938..bb0de4e 100644 --- a/rustdev.nix +++ b/rustdev.nix @@ -6,7 +6,7 @@ }; home.packages = with pkgs; [ - rustup - cargo-edit + rustup + cargo-edit ]; }