fix: add missing brightnessctl & change file manager to nemo
This commit is contained in:
parent
7a3b5e86d1
commit
2cc1dc117f
4 changed files with 7 additions and 12 deletions
|
|
@ -9,6 +9,9 @@
|
|||
# Browser
|
||||
firefox
|
||||
|
||||
# File manager
|
||||
nemo
|
||||
|
||||
# Utils
|
||||
bat
|
||||
btop
|
||||
|
|
@ -28,6 +31,8 @@
|
|||
xdotool # Keyboard input simulation
|
||||
ffmpeg # Video encoding
|
||||
mpv # Media player
|
||||
brightnessctl
|
||||
gedit
|
||||
|
||||
# Dev
|
||||
git
|
||||
|
|
@ -56,10 +61,6 @@
|
|||
luajitPackages.magick # neovim
|
||||
vimPlugins.neomake
|
||||
|
||||
# Misc
|
||||
xfce.thunar # File manager
|
||||
nwg-look
|
||||
|
||||
# Shell
|
||||
fishPlugins.done
|
||||
fishPlugins.fzf-fish
|
||||
|
|
|
|||
|
|
@ -64,12 +64,6 @@
|
|||
mtr.enable = true;
|
||||
fish.enable = true;
|
||||
|
||||
thunar.plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
thunar-media-tags-plugin
|
||||
];
|
||||
|
||||
# Set fish as default shell but not login shell
|
||||
bash = {
|
||||
interactiveShellInit = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue