some changes I guess

This commit is contained in:
Chris Cochrun 2022-12-09 07:30:33 -06:00
parent b50d7836bc
commit c83219239b
8 changed files with 32 additions and 23 deletions

View file

@ -119,7 +119,7 @@
enable = true;
settings = rec {
initial_session = {
command = "/home/chris/bin/hyprland";
command = "dbus-launch startplasma-wayland";
user = "chris";
};
default_session = initial_session;
@ -391,7 +391,6 @@
libsForQt5.wrapQtAppsHook
python310Packages.pyqt5
# LIBRARIES FOR DEV
qt5.full
qt5.qtbase
qt5.qtquickcontrols2
qt5.qtx11extras
@ -404,7 +403,7 @@
sqlite
fennel
(libsForQt5.callPackage /home/chris/dev/LightlyShaders {})
(libsForQt5.callPackage /home/chris/dev/church-presenter {})
# (libsForQt5.callPackage /home/chris/dev/church-presenter {})
];
# nixpkgs.overlays = [

View file

@ -112,7 +112,7 @@
enable = true;
settings = rec {
initial_session = {
command = "/home/chris/bin/hyprland";
command = "dbus-launch startplasma-wayland";
user = "chris";
};
default_session = initial_session;
@ -411,7 +411,6 @@
libsForQt5.wrapQtAppsHook
python310Packages.pyqt5
# LIBRARIES FOR DEV
qt5.full
qt5.qtbase
qt5.qtquickcontrols2
qt5.qtx11extras
@ -424,7 +423,7 @@
sqlite
fennel
(libsForQt5.callPackage /home/chris/dev/LightlyShaders {})
(libsForQt5.callPackage /home/chris/dev/church-presenter {})
# (libsForQt5.callPackage /home/chris/dev/church-presenter {})
];
services.emacs = {