mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
chore: init
This commit is contained in:
commit
1b2c1ea359
891 changed files with 37053 additions and 0 deletions
11
modules/home/gui/apps/media/audio/audioPlaying/default.nix
Executable file
11
modules/home/gui/apps/media/audio/audioPlaying/default.nix
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
let
|
||||
importList =
|
||||
let
|
||||
content = builtins.readDir ./.;
|
||||
dirContent = builtins.filter (n: content.${n} == "directory") (builtins.attrNames content);
|
||||
in
|
||||
map (name: ./. + "/${name}") dirContent;
|
||||
in
|
||||
{
|
||||
imports = importList;
|
||||
}
|
||||
35
modules/home/gui/apps/media/audio/audioPlaying/feishin/default.nix
Executable file
35
modules/home/gui/apps/media/audio/audioPlaying/feishin/default.nix
Executable file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
feishin
|
||||
;
|
||||
};
|
||||
# xdg.configFile."feishin/config.json".text = ''
|
||||
# {
|
||||
# "window_has_frame": true,
|
||||
# "bounds": {
|
||||
# "x": 0,
|
||||
# "y": 0,
|
||||
# "width": 2560,
|
||||
# "height": 1080
|
||||
# },
|
||||
# "maximized": true,
|
||||
# "fullscreen": false,
|
||||
# "theme": "system",
|
||||
# "resume": true,
|
||||
# "lyrics": [
|
||||
# "Genius",
|
||||
# "lrclib.net",
|
||||
# "NetEase"
|
||||
# ],
|
||||
# "window_window_bar_style": "linux",
|
||||
# "window_minimize_to_tray": false,
|
||||
# "window_enable_tray": false,!
|
||||
# "window_start_minimized": false,
|
||||
# "window_exit_to_tray": false
|
||||
# }'';
|
||||
}
|
||||
11
modules/home/gui/apps/media/audio/audioPlaying/finamp/default.nix
Executable file
11
modules/home/gui/apps/media/audio/audioPlaying/finamp/default.nix
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
finamp
|
||||
;
|
||||
};
|
||||
}
|
||||
11
modules/home/gui/apps/media/audio/audioPlaying/spotify/default.nix
Executable file
11
modules/home/gui/apps/media/audio/audioPlaying/spotify/default.nix
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
spotify
|
||||
;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue