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