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