Add leviathan
This commit is contained in:
@@ -10,4 +10,6 @@
|
||||
./tofi
|
||||
./waybar
|
||||
];
|
||||
|
||||
zen-browser.enable = true;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{...}:
|
||||
{
|
||||
{...}: {
|
||||
home.file = {
|
||||
".config/niri/config.kdl".source = ./config.kdl;
|
||||
};
|
||||
|
||||
@@ -187,8 +187,6 @@ in {
|
||||
|
||||
vscode.enable = true;
|
||||
|
||||
zen-browser.enable = true;
|
||||
|
||||
zsh = {
|
||||
enable = true;
|
||||
autosuggestion.enable = true;
|
||||
|
||||
21
users/daniel/host-specific/leviathan/default.nix
Normal file
21
users/daniel/host-specific/leviathan/default.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{pkgs, ...}: let
|
||||
# librespot = pkgs.callPackage ../../../../packages/librespot.nix {
|
||||
# withPulseAudio = true;
|
||||
# withRodio = true;
|
||||
# };
|
||||
in {
|
||||
services.librespot = {
|
||||
enable = true;
|
||||
|
||||
# package = librespot;
|
||||
|
||||
settings = {
|
||||
# "zeroconf-port" = 12345;
|
||||
# "verbose" = true;
|
||||
"name" = "Ships Comms";
|
||||
# "bitrate" = "320";
|
||||
# "format" = "S32";
|
||||
"disable-credential-cache" = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user