diff options
Diffstat (limited to 'kusanagi')
-rw-r--r-- | kusanagi/nixos/configuration.nix | 38 |
1 files changed, 20 insertions, 18 deletions
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; |