Added somcli. Updated whole lot of stuff. Added game binds to hyprland (stlil have to add steam). Added minimal nixos config. Combined pipewire sink. Todo list. Beginning of server config
This commit is contained in:
parent
dc5c237473
commit
3ca4b86d79
18 changed files with 280 additions and 26 deletions
|
|
@ -1,11 +1,19 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
pkgs.gh
|
||||
pkgs.ripgrep
|
||||
|
||||
pkgs.ear2ctl # FIXME: only when bluetooth enabled
|
||||
pkgs.bluetui
|
||||
|
||||
pkgs.typst #FIXME: move to flake shell
|
||||
];
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
osConfig,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.packages =
|
||||
[
|
||||
pkgs.gh
|
||||
pkgs.ripgrep
|
||||
]
|
||||
++ lib.optionals osConfig.niksos.desktop [
|
||||
inputs.somcli.defaultPackage.${pkgs.system}
|
||||
]
|
||||
++ lib.optionals osConfig.niksos.bluetooth [
|
||||
pkgs.ear2ctl
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue