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
|
|
@ -158,7 +158,7 @@
|
||||||
"jetbrains-studio",
|
"jetbrains-studio",
|
||||||
"Brave-browser",
|
"Brave-browser",
|
||||||
"Spotify",
|
"Spotify",
|
||||||
"thunar",
|
"nemo",
|
||||||
"vlc",
|
"vlc",
|
||||||
"com.mitchellh.ghostty"
|
"com.mitchellh.ghostty"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ let
|
||||||
uwsm = "uwsm app --";
|
uwsm = "uwsm app --";
|
||||||
browser = "firefox";
|
browser = "firefox";
|
||||||
terminal = "ghostty";
|
terminal = "ghostty";
|
||||||
filemanager = "thunar";
|
filemanager = "nemo";
|
||||||
scripts = "~/.config/scripts";
|
scripts = "~/.config/scripts";
|
||||||
|
|
||||||
resizeStep = builtins.toString 20;
|
resizeStep = builtins.toString 20;
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,9 @@
|
||||||
# Browser
|
# Browser
|
||||||
firefox
|
firefox
|
||||||
|
|
||||||
|
# File manager
|
||||||
|
nemo
|
||||||
|
|
||||||
# Utils
|
# Utils
|
||||||
bat
|
bat
|
||||||
btop
|
btop
|
||||||
|
|
@ -28,6 +31,8 @@
|
||||||
xdotool # Keyboard input simulation
|
xdotool # Keyboard input simulation
|
||||||
ffmpeg # Video encoding
|
ffmpeg # Video encoding
|
||||||
mpv # Media player
|
mpv # Media player
|
||||||
|
brightnessctl
|
||||||
|
gedit
|
||||||
|
|
||||||
# Dev
|
# Dev
|
||||||
git
|
git
|
||||||
|
|
@ -56,10 +61,6 @@
|
||||||
luajitPackages.magick # neovim
|
luajitPackages.magick # neovim
|
||||||
vimPlugins.neomake
|
vimPlugins.neomake
|
||||||
|
|
||||||
# Misc
|
|
||||||
xfce.thunar # File manager
|
|
||||||
nwg-look
|
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
fishPlugins.done
|
fishPlugins.done
|
||||||
fishPlugins.fzf-fish
|
fishPlugins.fzf-fish
|
||||||
|
|
|
||||||
|
|
@ -64,12 +64,6 @@
|
||||||
mtr.enable = true;
|
mtr.enable = true;
|
||||||
fish.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
|
# Set fish as default shell but not login shell
|
||||||
bash = {
|
bash = {
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue