Compare commits

...

2 Commits

Author SHA1 Message Date
ce430e824b Remove streamdeck until streamcontroller merged
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
2024-08-27 22:27:02 +02:00
22bc48a7c2 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/c374d94f1536013ca8e92341b540eba4c22f9c62' (2024-08-21)
  → 'github:nixos/nixpkgs/d0e1602ddde669d5beb01aec49d71a51937ed7be' (2024-08-24)
2024-08-26 20:08:48 +02:00
3 changed files with 3 additions and 7 deletions

View File

@ -145,11 +145,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1724224976, "lastModified": 1724479785,
"narHash": "sha256-Z/ELQhrSd7bMzTO8r7NZgi9g5emh+aRKoCdaAv5fiO0=", "narHash": "sha256-pP3Azj5d6M5nmG68Fu4JqZmdGt4S4vqI5f8te+E/FTw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c374d94f1536013ca8e92341b540eba4c22f9c62", "rev": "d0e1602ddde669d5beb01aec49d71a51937ed7be",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -218,7 +218,6 @@
"hyprpaper & sleep 10 && randomwp" "hyprpaper & sleep 10 && randomwp"
"easyeffects --gapplication-service" "easyeffects --gapplication-service"
"hypridle" "hypridle"
"streamdeck -n"
# "dunst" # "dunst"
]; ];
}; };

View File

@ -1,6 +1,3 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.streamdeck-ui = {
enable = true;
};
} }