Update some configs
This commit is contained in:
parent
af9249855b
commit
99dfe95131
4 changed files with 1 additions and 5 deletions
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
# Packages that should be installed to the user profile.
|
# Packages that should be installed to the user profile.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
#alacritty # terminal emulator
|
|
||||||
bemenu # tool to display menus
|
bemenu # tool to display menus
|
||||||
dunst # notification-daemon
|
dunst # notification-daemon
|
||||||
feh # image viewer and wallpaper-tool
|
feh # image viewer and wallpaper-tool
|
||||||
|
@ -22,8 +21,6 @@
|
||||||
#python310Packages.pynacl # pylib for qutebrowser-keepassxc support
|
#python310Packages.pynacl # pylib for qutebrowser-keepassxc support
|
||||||
#(qutebrowser.override { enableWideVine = true; }) # vim-like browser
|
#(qutebrowser.override { enableWideVine = true; }) # vim-like browser
|
||||||
(ungoogled-chromium.override { enableWideVine = true; }) # browser
|
(ungoogled-chromium.override { enableWideVine = true; }) # browser
|
||||||
#vagrant # tool for automated virtual machines
|
|
||||||
#virtualbox # tool for virtual machines
|
|
||||||
xfce.thunar # file manager
|
xfce.thunar # file manager
|
||||||
xfce.tumbler # thumbnail tool
|
xfce.tumbler # thumbnail tool
|
||||||
];
|
];
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
ckb-next # corsair hardware control
|
#ckb-next # corsair hardware control
|
||||||
#rustdesk # remote desktop tool # disabled for nightly from aur
|
#rustdesk # remote desktop tool # disabled for nightly from aur
|
||||||
solaar # Logitech tool
|
solaar # Logitech tool
|
||||||
syncthing # file syncing tool
|
syncthing # file syncing tool
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Packages that should be installed to the user profile.
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nodejs # needed for lsp
|
nodejs # needed for lsp
|
||||||
fzf # fuzzy finder
|
fzf # fuzzy finder
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue