Update files
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
hyprpicker # Hyprland colour picker
|
||||
imagemagick # Image manipulation tool
|
||||
impala # Wifi TUI
|
||||
pkgs-unstable.input-remapper # Device input remapper
|
||||
jq # CLI JSON processor
|
||||
lazygit # Git TUI
|
||||
less # Pager
|
||||
|
||||
+5
-1
@@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ pkgs-unstable, ... }:
|
||||
|
||||
{
|
||||
services = {
|
||||
@@ -8,6 +8,10 @@
|
||||
expressvpn.enable = true;
|
||||
locate.enable = true;
|
||||
fwupd.enable = true;
|
||||
input-remapper = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.input-remapper;
|
||||
};
|
||||
geoclue2 = {
|
||||
enable = true;
|
||||
appConfig.darkman = {
|
||||
|
||||
Reference in New Issue
Block a user