Various updates
This commit is contained in:
parent
69933173c2
commit
87518f28fa
4 changed files with 15 additions and 3 deletions
|
|
@ -1,6 +1,15 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ playerctl pcmanfm pamixer kitty terminator update-background xorg.xbacklight lockscreen ];
|
||||
home.packages = with pkgs; [
|
||||
kitty
|
||||
lockscreen
|
||||
pamixer
|
||||
pcmanfm
|
||||
playerctl
|
||||
terminator
|
||||
update-background
|
||||
xorg.xbacklight
|
||||
];
|
||||
services.sxhkd =
|
||||
let
|
||||
primaryTerminal = "kitty";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue