feat(home-manager): service defs and fmt
fmt: reformatted using nixpkgs-fmt prettifier mpd: created configuration hypr: add window rules commons: add usingMusicPlayerDaemon variable
This commit is contained in:
parent
2d4b39c72f
commit
7d88765f5d
67 changed files with 633 additions and 573 deletions
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
{ pkgs
|
||||
, config
|
||||
, lib
|
||||
, ...
|
||||
}: {
|
||||
imports = [
|
||||
./util-programs.nix
|
||||
|
@ -11,5 +10,6 @@
|
|||
./wayland-utils.nix
|
||||
./pentesting.nix
|
||||
./dev.nix
|
||||
./gaming.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
{ pkgs
|
||||
, config
|
||||
, ...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
wget
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
{ pkgs
|
||||
, config
|
||||
, lib
|
||||
, ...
|
||||
}: {
|
||||
home.packages = with pkgs; [vesktop];
|
||||
home.packages = with pkgs; [ vesktop ];
|
||||
xdg.desktopEntries.discord = {
|
||||
exec = "${pkgs.vesktop}/bin/vesktop";
|
||||
terminal = false;
|
||||
mimeType = ["x-scheme-handler/discord"];
|
||||
mimeType = [ "x-scheme-handler/discord" ];
|
||||
name = "Discord - Vesktop";
|
||||
genericName = "Discord but substituted with Vesktop";
|
||||
type = "Application";
|
||||
|
|
4
home-manager/stvnliu/packages/gaming.nix
Normal file
4
home-manager/stvnliu/packages/gaming.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ bottles ];
|
||||
}
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
{ pkgs
|
||||
, config
|
||||
, lib
|
||||
, ...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
libreoffice
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
{ pkgs
|
||||
, config
|
||||
, ...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
openvpn
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
{ pkgs
|
||||
, config
|
||||
, lib
|
||||
, ...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
bottom
|
||||
|
|
4
home-manager/stvnliu/packages/vscodium.nix
Normal file
4
home-manager/stvnliu/packages/vscodium.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, config, ... }: {
|
||||
home.packages = with pkgs; [ vscodium-fhs ];
|
||||
xdg.desktopEntries.codium = { };
|
||||
}
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
{ pkgs
|
||||
, config
|
||||
, lib
|
||||
, ...
|
||||
}: {
|
||||
home.packages = with pkgs; [wl-clipboard];
|
||||
home.packages = with pkgs; [ wl-clipboard ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue