Compare commits

..

23 commits

Author SHA1 Message Date
Lillian Violet 98d0e7a25f see if default audio fixes my issues with it on shodan 2025-04-15 15:19:32 +02:00
Lillian Violet af805b9625 add kodi to shodan 2025-04-15 14:10:35 +02:00
Lillian Violet aca3039f1a add brightness decrease/increase with keyboard volume and ctrl 2025-04-15 13:33:02 +02:00
Lillian Violet 9c39dc3136 all shodan issues seemed to have been caused by steam itself so let's revert all those changes 2025-04-15 12:40:35 +02:00
Lillian Violet 498035504b remove jellyfin media player to see if that fixes the deck somehow magically 2025-04-14 22:46:37 +02:00
Lillian Violet 4f42202f83 disable the console thingies as well to see output from boot 2025-04-14 20:55:18 +02:00
Lillian Violet 9c45bdb552 disable plymouth to see if there's any errors in the boot sequence 2025-04-14 20:47:19 +02:00
Lillian Violet 33fade2219 giving some LD_PRELOAD errors on steam on shodan, let's see if disabling extest works to fix it 2025-04-14 20:13:22 +02:00
Lillian Violet c5ccfd86f9 disable decky loader since it seems to crash 2025-04-14 20:02:52 +02:00
Lillian Violet 01ffe97084 never mind, just disable it, don't rebuild queen unless you want to lose conduwuit 2025-04-14 14:42:08 +02:00
Lillian Violet 7163a07278 the media player, not the server silly 2025-04-14 02:40:18 +02:00
Lillian Violet 5e8278a675 add jellyfin to steam deck 2025-04-14 02:27:01 +02:00
Lillian Violet 6e83786862 try again for the nginx configuration 2025-04-06 18:20:38 +02:00
Lillian Violet cdcfcd2a8d fix nginx configuration hopefully 2025-04-06 18:17:30 +02:00
Lillian Violet 9256051dc8 use the conduwuit setting not the conduit one 2025-04-06 18:09:23 +02:00
Lillian Violet db0db2d233 set main branch conduwuit as the instance for conduwuit to run 2025-04-06 16:54:05 +02:00
Lillian Violet 9149ac1c77 doesn't compile with that option 2025-04-06 16:48:20 +02:00
Lillian Violet 9b7bd4222c update flake lock 2025-04-06 15:29:45 +02:00
Lillian Violet 6e92148600 update nextcloud and conduwuit 2025-04-05 14:36:00 +02:00
Lillian Violet b0b86f6ac4 disable weird LLM shit in firefox pre-emtpively 2025-04-04 20:54:44 +02:00
Lillian Violet 7232b225b7 update flake lock, fix all errors (small tweaks) 2025-04-01 17:52:43 +02:00
Lillian Violet 42a6516376 update flake lock 2025-03-31 19:19:46 +02:00
Lillian Violet 2a2367e835 update flake lock 2025-03-29 02:06:36 +01:00
14 changed files with 997 additions and 298 deletions

File diff suppressed because it is too large Load diff

View file

@ -34,10 +34,10 @@
catppuccin.url = "github:catppuccin/nix"; catppuccin.url = "github:catppuccin/nix";
# Conduit fork without all the fuss and drama # Conduit fork without all the fuss and drama
# conduwuit = { conduwuit = {
# url = "github:girlbossceo/conduwuit"; url = "github:girlbossceo/conduwuit";
# inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
# }; };
# Nix index database files # Nix index database files
nix-index-database.url = "github:nix-community/nix-index-database"; nix-index-database.url = "github:nix-community/nix-index-database";
@ -99,7 +99,7 @@
jovian, jovian,
nixos-hardware, nixos-hardware,
nix-index-database, nix-index-database,
# conduwuit, conduwuit,
stylix, stylix,
... ...
} @ inputs: let } @ inputs: let
@ -131,7 +131,7 @@
nix-index-database.nixosModules.nix-index nix-index-database.nixosModules.nix-index
{ {
home-manager.sharedModules = [ home-manager.sharedModules = [
inputs.catppuccin.homeModules.catppuccin catppuccin.homeModules.catppuccin
./home-manager/shared ./home-manager/shared
sops-nix.homeManagerModules.sops sops-nix.homeManagerModules.sops
]; ];

View file

@ -4,7 +4,6 @@
# catppuccin.enable = true; # catppuccin.enable = true;
settings = { settings = {
main = { main = {
font = "Atkinson Monolegible:size=12";
}; };
mouse = { mouse = {

View file

@ -13,33 +13,33 @@
programs.plasma = { programs.plasma = {
enable = true; enable = true;
desktop.mouseActions.verticalScroll = "switchVirtualDesktop"; desktop.mouseActions.verticalScroll = "switchVirtualDesktop";
kscreenlocker.appearance.wallpaper = "${osConfig.stylix.image}"; # kscreenlocker.appearance.wallpaper = "${osConfig.stylix.image}";
fonts = { # fonts = {
fixedWidth = { # fixedWidth = {
pointSize = 11; # pointSize = 11;
family = "${osConfig.stylix.fonts.monospace.name}"; # family = "${osConfig.stylix.fonts.monospace.name}";
}; # };
general = { # general = {
pointSize = 11; # pointSize = 11;
family = "${osConfig.stylix.fonts.serif.name}"; # family = "${osConfig.stylix.fonts.serif.name}";
}; # };
menu = { # menu = {
pointSize = 11; # pointSize = 11;
family = "${osConfig.stylix.fonts.sansSerif.name}"; # family = "${osConfig.stylix.fonts.sansSerif.name}";
}; # };
small = { # small = {
pointSize = 11; # pointSize = 11;
family = "${osConfig.stylix.fonts.sansSerif.name}"; # family = "${osConfig.stylix.fonts.sansSerif.name}";
}; # };
toolbar = { # toolbar = {
pointSize = 11; # pointSize = 11;
family = "${osConfig.stylix.fonts.sansSerif.name}"; # family = "${osConfig.stylix.fonts.sansSerif.name}";
}; # };
windowTitle = { # windowTitle = {
pointSize = 11; # pointSize = 11;
family = "${osConfig.stylix.fonts.sansSerif.name}"; # family = "${osConfig.stylix.fonts.sansSerif.name}";
}; # };
}; # };
panels = [ panels = [
{ {
alignment = "left"; alignment = "left";
@ -82,7 +82,6 @@
"qBittorrent" "qBittorrent"
"vlc" "vlc"
"steam" "steam"
"Thunderbird Daily"
]; ];
}; };
} }
@ -219,12 +218,12 @@
"mediacontrol"."previousmedia" = "Media Previous"; "mediacontrol"."previousmedia" = "Media Previous";
"mediacontrol"."stopmedia" = "Media Stop"; "mediacontrol"."stopmedia" = "Media Stop";
"org_kde_powerdevil"."Decrease Keyboard Brightness" = "Keyboard Brightness Down"; "org_kde_powerdevil"."Decrease Keyboard Brightness" = "Keyboard Brightness Down";
"org_kde_powerdevil"."Decrease Screen Brightness" = "Monitor Brightness Down"; "org_kde_powerdevil"."Decrease Screen Brightness" = ["Monitor Brightness Down" "Ctrl+Volume Down"];
"org_kde_powerdevil"."Decrease Screen Brightness Small" = "Shift+Monitor Brightness Down"; "org_kde_powerdevil"."Decrease Screen Brightness Small" = ["Monitor Brightness Down" "Ctrl+Shift+Volume Down"];
"org_kde_powerdevil"."Hibernate" = "Hibernate"; "org_kde_powerdevil"."Hibernate" = "Hibernate";
"org_kde_powerdevil"."Increase Keyboard Brightness" = "Keyboard Brightness Up"; "org_kde_powerdevil"."Increase Keyboard Brightness" = "Keyboard Brightness Up";
"org_kde_powerdevil"."Increase Screen Brightness" = "Monitor Brightness Up"; "org_kde_powerdevil"."Increase Screen Brightness" = ["Monitor Brightness Up" "Ctrl+Volume Up"];
"org_kde_powerdevil"."Increase Screen Brightness Small" = "Shift+Monitor Brightness Up"; "org_kde_powerdevil"."Increase Screen Brightness Small" = ["Shift+Monitor Brightness Up" "Ctrl+Shift+Volume Up"];
"org_kde_powerdevil"."PowerDown" = "Power Down"; "org_kde_powerdevil"."PowerDown" = "Power Down";
"org_kde_powerdevil"."PowerOff" = "Power Off"; "org_kde_powerdevil"."PowerOff" = "Power Off";
"org_kde_powerdevil"."Sleep" = "Sleep"; "org_kde_powerdevil"."Sleep" = "Sleep";

View file

@ -54,33 +54,36 @@
# }; # };
}; };
}; };
# stylix.enable = true;
# qt.platformTheme.name = lib.mkForce "kvantum";
# qt.style.name = lib.mkForce "kvantum";
stylix = { # stylix = {
enable = true; # enable = true;
autoEnable = true; # autoEnable = true;
base16Scheme = { # base16Scheme = {
scheme = "Catppuccin Macchiato"; # scheme = "Catppuccin Macchiato";
author = "https://github.com/catppuccin/catppuccin"; # author = "https://github.com/catppuccin/catppuccin";
base00 = "24273a"; # base00 = "24273a";
base01 = "1e2030"; # base01 = "1e2030";
base02 = "363a4f"; # base02 = "363a4f";
base03 = "494d64"; # base03 = "494d64";
base04 = "5b6078"; # base04 = "5b6078";
base05 = "cad3f5"; # base05 = "cad3f5";
base06 = "f4dbd6"; # base06 = "f4dbd6";
base07 = "b7bdf8"; # base07 = "b7bdf8";
base08 = "ed8796"; # base08 = "ed8796";
base09 = "f5a97f"; # base09 = "f5a97f";
base0A = "eed49f"; # base0A = "eed49f";
base0B = "a6da95"; # base0B = "a6da95";
base0C = "8bd5ca"; # base0C = "8bd5ca";
base0D = "8aadf4"; # base0D = "8aadf4";
base0E = "c6a0f6"; # base0E = "c6a0f6";
base0F = "f0c6c6"; # base0F = "f0c6c6";
}; # };
image = ./background.jpg; # image = ./background.jpg;
cursor.package = pkgs.catppuccin-cursors; # cursor.package = pkgs.catppuccin-cursors;
cursor.name = "catppuccin-macchiato-mauve-cursors"; # cursor.name = "catppuccin-macchiato-mauve-cursors";
cursor.size = 16; # cursor.size = 16;
}; # };
} }

View file

@ -7,7 +7,7 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "helix"; pname = "helix";
version = "24.07"; version = "25.01.1";
# This release tarball includes source code for the tree-sitter grammars, # This release tarball includes source code for the tree-sitter grammars,
# which is not ordinarily part of the repository. # which is not ordinarily part of the repository.
@ -17,6 +17,7 @@ rustPlatform.buildRustPackage rec {
stripRoot = false; stripRoot = false;
}; };
useFetchCargoVendor = true;
cargoHash = ""; cargoHash = "";
nativeBuildInputs = [git installShellFiles]; nativeBuildInputs = [git installShellFiles];

View file

@ -160,6 +160,8 @@
"floorp.tabbar.style" = 2; "floorp.tabbar.style" = 2;
"floorp.browser.user.interface" = 8; "floorp.browser.user.interface" = 8;
"signon.rememberSignons" = true; "signon.rememberSignons" = true;
"browser.ml.chat.enabled" = false;
"browser.ml.chat.shortcuts" = false;
}; };
# TODO: switch to ManagedBookmarks as this will be dropped at some point https://mozilla.github.io/policy-templates/#managedbookmarks # TODO: switch to ManagedBookmarks as this will be dropped at some point https://mozilla.github.io/policy-templates/#managedbookmarks
# Bookmarks = [ # Bookmarks = [

View file

@ -115,12 +115,12 @@
# Enable fwupd daemon and user space client # Enable fwupd daemon and user space client
fwupd.enable = true; fwupd.enable = true;
pipewire = { # pipewire = {
enable = true; # enable = true;
alsa.enable = true; # alsa.enable = true;
alsa.support32Bit = true; # alsa.support32Bit = true;
pulse.enable = true; # pulse.enable = true;
}; # };
}; };
nixpkgs = { nixpkgs = {
@ -142,10 +142,11 @@
decky-loader decky-loader
efitools efitools
jq jq
# noto-fonts noto-fonts
# noto-fonts-emoji-blob-bin noto-fonts-emoji-blob-bin
# noto-fonts-emoji noto-fonts-emoji
qjackctl qjackctl
jellyfin-media-player
#rustdesk #rustdesk
sbctl sbctl
@ -176,6 +177,29 @@
protontricks protontricks
rare rare
lutris lutris
(kodi.withPackages (kodiPkgs:
with kodiPkgs; [
steam-controller
invidious
youtube
netflix
upnext
sponsorblock
sendtokodi
jellyfin
inputstream-adaptive
inputstreamhelper
inputstream-ffmpegdirect
upnext
sponsorblock
sendtokodi
routing
requests-cache
requests
plugin-cache
a4ksubtitles
]))
]; ];
jovian = { jovian = {

View file

@ -1,5 +1,6 @@
{ {
config, config,
inputs,
pkgs, pkgs,
... ...
}: let }: let
@ -29,17 +30,16 @@
''; '';
in { in {
# Configure Conduit itself # Configure Conduit itself
services.matrix-conduit = { services.conduit = {
enable = true; enable = true;
# This causes NixOS to use the flake defined in this repository instead of # This causes NixOS to use the flake defined in this repository instead of
# the build of Conduit built into nixpkgs. # the build of Conduit built into nixpkgs.
# package = inputs.conduwuit.packages.${pkgs.system}.default; package = inputs.conduwuit.packages.${pkgs.system}.default;
package = pkgs.conduwuit; # package = pkgs.conduwuit;
settings.global = { settings.global = {
inherit server_name; inherit server_name;
database_backend = "rocksdb";
allow_registration = false; allow_registration = false;
# emergency_password = "testpassword"; # emergency_password = "testpassword";
turn_uris = ["turn:turn.gladtherescake.eu.url?transport=udp" "turn:turn.gladtherescake.eu?transport=tcp"]; turn_uris = ["turn:turn.gladtherescake.eu.url?transport=udp" "turn:turn.gladtherescake.eu?transport=tcp"];
@ -117,6 +117,7 @@ in {
locations."=/.well-known/matrix/client" = { locations."=/.well-known/matrix/client" = {
# Use the contents of the derivation built previously # Use the contents of the derivation built previously
alias = "${well_known_client}"; alias = "${well_known_client}";
return = "200 '{\"m.homeserver\": {\"base_url\": \"https://${server_name}\"}, \"org.matrix.msc3575.proxy\": {\"url\": \"https://${server_name}\"}}'";
extraConfig = '' extraConfig = ''
# Set the header since by default NGINX thinks it's just bytes # Set the header since by default NGINX thinks it's just bytes
@ -130,6 +131,7 @@ in {
proxyPass = "http://matrix.gladtherescake.eu/client/unstable/org.matrix.msc3575/sync"; proxyPass = "http://matrix.gladtherescake.eu/client/unstable/org.matrix.msc3575/sync";
proxyWebsockets = true; proxyWebsockets = true;
recommendedProxySettings = false; recommendedProxySettings = false;
return = "200 '{\"contacts\": [{\"matrix_id\": \"@admin:server.name\", \"email_address\": \"admin@server.name\", \"role\": \"m.role.admin\"}]}'";
extraConfig = '' extraConfig = ''
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_buffering off; proxy_buffering off;

View file

@ -1,6 +1,6 @@
{...}: { {...}: {
imports = [ imports = [
./conduit # ./conduit
./forgejo ./forgejo
./gotosocial ./gotosocial
./mail-server ./mail-server

View file

@ -50,7 +50,7 @@
enable = true; enable = true;
hostName = "nextcloud.gladtherescake.eu"; hostName = "nextcloud.gladtherescake.eu";
package = pkgs.nextcloud30; package = pkgs.nextcloud31;
# Use HTTPS for links # Use HTTPS for links
https = true; https = true;

View file

@ -70,8 +70,8 @@
catppuccin = { catppuccin = {
flavor = "macchiato"; flavor = "macchiato";
tty.enable = true; tty.enable = true;
sddm.enable = true; # sddm.enable = true;
sddm.flavor = "macchiato"; # sddm.flavor = "macchiato";
forgejo.enable = true; forgejo.enable = true;
forgejo.flavor = "macchiato"; forgejo.flavor = "macchiato";
# plymouth.enable = false; # plymouth.enable = false;
@ -87,70 +87,70 @@
enableBrowserSocket = true; enableBrowserSocket = true;
}; };
stylix = { # stylix = {
enable = true; # enable = true;
autoEnable = true; # # targets.qt.platform = "kde6";
base16Scheme = { # autoEnable = true;
scheme = "Catppuccin Macchiato"; # base16Scheme = {
author = "https://github.com/catppuccin/catppuccin"; # scheme = "Catppuccin Macchiato";
base00 = "24273a"; # author = "https://github.com/catppuccin/catppuccin";
base01 = "1e2030"; # base00 = "24273a";
base02 = "363a4f"; # base01 = "1e2030";
base03 = "494d64"; # base02 = "363a4f";
base04 = "5b6078"; # base03 = "494d64";
base05 = "cad3f5"; # base04 = "5b6078";
base06 = "f4dbd6"; # base05 = "cad3f5";
base07 = "b7bdf8"; # base06 = "f4dbd6";
base08 = "ed8796"; # base07 = "b7bdf8";
base09 = "f5a97f"; # base08 = "ed8796";
base0A = "eed49f"; # base09 = "f5a97f";
base0B = "a6da95"; # base0A = "eed49f";
base0C = "8bd5ca"; # base0B = "a6da95";
base0D = "8aadf4"; # base0C = "8bd5ca";
base0E = "c6a0f6"; # base0D = "8aadf4";
base0F = "f0c6c6"; # base0E = "c6a0f6";
}; # base0F = "f0c6c6";
image = ./background.jpg; # };
cursor.package = pkgs.catppuccin-cursors.macchiatoMauve; # image = ./background.jpg;
cursor.name = "catppuccin-macchiato-mauve-cursors"; # cursor.package = pkgs.catppuccin-cursors.macchiatoMauve;
cursor.size = 16; # cursor.name = "catppuccin-macchiato-mauve-cursors";
homeManagerIntegration.followSystem = true; # cursor.size = 16;
fonts = { # homeManagerIntegration.followSystem = true;
serif = { # fonts = {
package = pkgs.atkinson-hyperlegible; # serif = {
name = "Atkinson Hyperlegible"; # package = pkgs.dejavu_fonts;
}; # name = "DejaVu Serif";
# };
monospace = { # monospace = {
package = pkgs.atkinson-monolegible; # package = pkgs.dejavu_fonts;
name = "Atkinson Monolegible"; # name = "DejaVu Sans Mono";
}; # };
sansSerif = { # sansSerif = {
package = pkgs.atkinson-hyperlegible; # package = pkgs.dejavu_fonts;
name = "Atkinson Hyperlegible"; # name = "DejaVu Sans";
}; # };
emoji = { # emoji = {
package = pkgs.noto-fonts-emoji-blob-bin; # package = pkgs.noto-fonts-emoji-blob-bin;
name = "Blobmoji"; # name = "Blobmoji";
}; # };
}; # };
}; # };
fonts.packages = [ fonts.packages = [
pkgs.atkinson-hyperlegible pkgs.atkinson-hyperlegible
pkgs.atkinson-monolegible pkgs.atkinson-monolegible
pkgs.noto-fonts-emoji-blob-bin
pkgs.noto-fonts pkgs.noto-fonts
pkgs.nerd-fonts.fira-mono pkgs.nerd-fonts.fira-mono
]; ];
# fonts.fontconfig.defaultFonts = { fonts.fontconfig.defaultFonts = {
# emoji = ["Blobmoji"]; emoji = ["Blobmoji"];
# monospace = ["Atkinson Monolegible"]; monospace = ["Atkinson Monolegible"];
# sansSerif = ["Atkinson Hyperlegible"]; sansSerif = ["Atkinson Hyperlegible"];
# }; };
networking = networking =
if config.services.vpn-ip.enable if config.services.vpn-ip.enable

View file

@ -22,7 +22,7 @@
install-nix-no-inhibit install-nix-no-inhibit
update update
upgrade upgrade
# simple-completion-language-server simple-completion-language-server
# System tools # System tools
age age

View file

@ -5,16 +5,17 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "simple-completion-language-server"; pname = "simple-completion-language-server";
version = "ff9f90bc96c347f284571bc6310bc31f95508d55"; version = "6c797949ad5a6e9548b60b5475d1c9977f26c811";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "estin"; owner = "estin";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-qybbZXjKzKcc6UXfAjwmkkB+qEUuGQXABRbMj7bNksM="; hash = "sha256-cITZdlDB03i7gOYbahV99wZOQ7tisnqdT/N2Z12oLFM=";
}; };
cargoHash = "sha256-VTz2Fm+PRUPM5+u9D+2TzGGIEQwb1j0Lz0WRaQ5/Yzo="; useFetchCargoVendor = true;
cargoHash = "sha256-nannF4BKRLCcsS7VznzEHqrhLHYvN4X22t8jud87XEM=";
meta = with lib; { meta = with lib; {
description = "Language server to enable word completion and snippets for Helix editor"; description = "Language server to enable word completion and snippets for Helix editor";
homepage = "https://github.com/estin/simple-completion-language-server"; homepage = "https://github.com/estin/simple-completion-language-server";