summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-01-01 19:40:09 +0100
committerAlex Auvolat <alex@adnab.me>2023-01-01 19:40:09 +0100
commit83d293b9fd79391dd8e88d5bbf2a7376586aaddf (patch)
tree200163c913596b1ffa300680f8792c3cc6a7887a
parentd90451791a2cc5440be7fa87e7877602bb8d9854 (diff)
downloaduser-config-83d293b9fd79391dd8e88d5bbf2a7376586aaddf.tar.gz
user-config-83d293b9fd79391dd8e88d5bbf2a7376586aaddf.zip
add programs; retab
-rw-r--r--kusanagi/nixos/configuration.nix38
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;