From 83d293b9fd79391dd8e88d5bbf2a7376586aaddf Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 1 Jan 2023 19:40:09 +0100 Subject: add programs; retab --- kusanagi/nixos/configuration.nix | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'kusanagi') diff --git a/kusanagi/nixos/configuration.nix b/kusanagi/nixos/configuration.nix index 0078355..2511f6e 100644 --- a/kusanagi/nixos/configuration.nix +++ b/kusanagi/nixos/configuration.nix @@ -8,8 +8,8 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ./kde.nix - #./gnome.nix + ./kde.nix + #./gnome.nix ]; boot.loader.systemd-boot.enable = true; @@ -91,33 +91,35 @@ tmux git git-lfs - pass - openssl + pass + openssl htop - powertop - iotop - jnettop - socat - nethogs - speedtest-cli - ncdu - dfc + powertop + iotop + jnettop + socat + nethogs + speedtest-cli + ncdu + dfc wget - gcc - gnumake + gcc + gnumake + restic + borgbackup alacritty firefox qutebrowser tor-browser-bundle-bin thunderbird - keepassxc + keepassxc vlc mpv - spotify + spotify jellyfin-media-player - nheko - steam + nheko + steam ]; programs.vim.defaultEditor = true; -- cgit v1.2.3