working build again

This commit is contained in:
Chris Cochrun 2024-08-23 13:38:28 -05:00
parent 869b4ecd73
commit 1c57018766
6 changed files with 24 additions and 57 deletions

View file

@ -266,22 +266,22 @@ in
pueue.enable = true; pueue.enable = true;
# For matrix clients that don't have e2ee # For matrix clients that don't have e2ee
pantalaimon = { # pantalaimon = {
enable = true; # enable = true;
settings = { # settings = {
Default = { # Default = {
LogLevel = "Debug"; # LogLevel = "Debug";
SSL = true; # SSL = true;
}; # };
local-matrix = { # local-matrix = {
Homeserver = "https://matrix.tfcconnection.org"; # Homeserver = "https://matrix.tfcconnection.org";
ListenAddress = "127.0.0.1"; # ListenAddress = "127.0.0.1";
ListenPort = 8008; # ListenPort = 8008;
# SSL = true; # # SSL = true;
# IgnoreVerification = true; # # IgnoreVerification = true;
}; # };
}; # };
}; # };
}; };
# stylix = { # stylix = {

View file

@ -86,7 +86,7 @@ with lib;
}; };
security.pam.services = { security.pam.services = {
sddm.enableKwallet = true; # sddm.enableKwallet = true;
greetd.enableKwallet = true; greetd.enableKwallet = true;
swaylock = {}; swaylock = {};
}; };

View file

@ -2,9 +2,9 @@
with lib; with lib;
{ {
hardware.opengl = { hardware.graphics = {
# driSupport = true; # driSupport = true;
driSupport32Bit = true; enable32Bit = true;
}; };
programs.steam = { programs.steam = {
enable = true; enable = true;

View file

@ -10,12 +10,12 @@ with lib;
caffeine-ng caffeine-ng
hunspell hunspell
hunspellDicts.en_US-large hunspellDicts.en_US-large
transmission transmission_4
openssh openssh
openssl openssl
cyrus-sasl-xoauth2 cyrus-sasl-xoauth2
ark ark
pantalaimon # pantalaimon
ifuse ifuse
dash dash
dolphin dolphin
@ -31,7 +31,6 @@ with lib;
qutebrowser qutebrowser
brave brave
ttyper ttyper
kget
audacity audacity
krename krename
kwallet-pam kwallet-pam
@ -44,27 +43,20 @@ with lib;
sassc sassc
# pantalaimon # pantalaimon
kdePackages.kwallet kdePackages.kwallet
# sierra-breeze-enhanced
libimobiledevice libimobiledevice
# textgen-amd
# bottles
# jitsi-meet-electron
imv imv
feh feh
tagutil tagutil
# python310Packages.mutagen # python310Packages.mutagen
python310Packages.audiotools python310Packages.audiotools
(mpv.override {scripts = with pkgs.mpvScripts; [ mpris quality-menu sponsorblock ];}) (mpv.override {scripts = with pkgs.mpvScripts; [ mpris quality-menu sponsorblock ];})
# haruna
ani-cli ani-cli
# mov-cli # mov-cli
nerdfonts nerdfonts
plasma-browser-integration plasma-browser-integration
alacritty alacritty
# libsForQt5.bismuth
libnotify libnotify
rofi-wayland rofi-wayland
#anyrun
wf-recorder wf-recorder
wofi wofi
waybar waybar
@ -88,37 +80,27 @@ with lib;
swww swww
grim grim
slurp slurp
# mkchromecast
plocate plocate
# librepresenter.libre-presenter
papirus-icon-theme papirus-icon-theme
phinger-cursors phinger-cursors
plasma-hud plasma-hud
kde-cli-tools kde-cli-tools
gzip gzip
qrencode qrencode
# brave
# scribus # scribus
darktable darktable
# qutebrowser
virt-manager virt-manager
virt-viewer virt-viewer
# firefox
# kate
kdialog kdialog
# kdePackages.khotkeys # kdePackages.khotkeys
# openlp
inkscape inkscape
libreoffice-fresh libreoffice-fresh
vlc vlc
elegant-sddm
# neochat
haskellPackages.greenclip haskellPackages.greenclip
pulsemixer pulsemixer
any-nix-shell any-nix-shell
wtype wtype
xdotool xdotool
# ydotool
wmctrl wmctrl
xcape xcape
xclip xclip
@ -131,11 +113,6 @@ with lib;
lxappearance lxappearance
spotdl spotdl
# rustdesk # rustdesk
# (kdenlive.override {
# mlt = mlt.override {
# ffmpeg = ffmpeg-full;
# };
# })
kdenlive kdenlive
# olive-editor # olive-editor
# davinci-resolve # davinci-resolve
@ -144,12 +121,10 @@ with lib;
mediainfo mediainfo
libmediainfo libmediainfo
pqiv pqiv
plasma5Packages.audiotube
discord discord
# natron
# digikam # digikam
rubberband rubberband
texlive texlive.combined.scheme-full
wlroots wlroots
pamixer pamixer
playerctl playerctl
@ -159,15 +134,8 @@ with lib;
gimp gimp
krita krita
powertop powertop
element-desktop-wayland
scrcpy scrcpy
python3 python3
# hyprland
# (callPackage ./ydotool { })
# (libsForQt5.callPackage /home/chris/dev/LightlyShaders {}) # LightlyShaders
# (libsForQt5.callPackage /home/chris/.dotfiles/RoundedSBE {})
# (libsForQt5.callPackage /home/chris/dev/church-presenter {}) # librepresenter
# (libsForQt5.callPackage /home/chris/dev/tyler {}) # librepresenter
nix-index nix-index
sqlite sqlite
fennel fennel

View file

@ -20,9 +20,8 @@
# NVIDIA # NVIDIA
# services.xserver.videoDrivers = [ "nvidia" ]; # services.xserver.videoDrivers = [ "nvidia" ];
hardware = { hardware = {
opengl = { graphics = {
enable = true; enable = true;
driSupport32Bit = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
mesa.drivers mesa.drivers
vaapiVdpau vaapiVdpau

View file

@ -28,7 +28,7 @@
# }; # };
services.xserver.videoDrivers = ["intel"]; services.xserver.videoDrivers = ["intel"];
hardware.opengl = { hardware.graphics = {
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
intel-media-driver # LIBVA_DRIVER_NAME=iHD intel-media-driver # LIBVA_DRIVER_NAME=iHD