aboutsummaryrefslogtreecommitdiff
path: root/hosts/mantis/home.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-08-26 11:41:50 +0100
committerAkshay <[email protected]>2024-08-26 11:41:50 +0100
commit5c68dbde55056cb8bd05c0ff862b6f2ed8336719 (patch)
treef2830f9f6483e89ba73d1725361a8a7006501b6c /hosts/mantis/home.nix
parente1358eef49165dad0b812ed4cfc9d0e9bcd76471 (diff)
fmt
Diffstat (limited to 'hosts/mantis/home.nix')
-rw-r--r--hosts/mantis/home.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/hosts/mantis/home.nix b/hosts/mantis/home.nix
index 84a365f..bcdb0ee 100644
--- a/hosts/mantis/home.nix
+++ b/hosts/mantis/home.nix
@@ -24,14 +24,15 @@
24 vim 24 vim
25 weechat 25 weechat
26 firefox 26 firefox
27 thunderbird
27 qutebrowser 28 qutebrowser
28 unzip 29 unzip
29 tmux 30 tmux
30 xclip
31 ripgrep 31 ripgrep
32 miniserve 32 miniserve
33 pfetch 33 pfetch
34 st 34 st
35 rxvt-unicode
35 cmus 36 cmus
36 tree 37 tree
37 w3m 38 w3m
@@ -44,9 +45,12 @@
44 pavucontrol 45 pavucontrol
45 bc 46 bc
46 killall 47 killall
48 signal-desktop
49 alsa-utils
47 50
48 wget 51 wget
49 curl 52 curl
53 mosh
50 54
51 imagemagick 55 imagemagick
52 ffmpeg-full 56 ffmpeg-full
@@ -63,6 +67,10 @@
63 xinput_calibrator 67 xinput_calibrator
64 libinput 68 libinput
65 69
70 # wayland stuff
71 wl-clipboard-rs
72 swaybg
73
66 nixpkgs-fmt 74 nixpkgs-fmt
67 75
68 ] ++ (import ../../scripts { inherit pkgs; }); 76 ] ++ (import ../../scripts { inherit pkgs; });