some changes I guess
This commit is contained in:
parent
b50d7836bc
commit
c83219239b
8 changed files with 32 additions and 23 deletions
|
@ -207,7 +207,7 @@ services.greetd = {
|
|||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "/home/chris/bin/hyprland";
|
||||
command = "dbus-launch startplasma-wayland";
|
||||
user = "chris";
|
||||
};
|
||||
default_session = initial_session;
|
||||
|
@ -512,7 +512,6 @@ pkg-config
|
|||
libsForQt5.wrapQtAppsHook
|
||||
python310Packages.pyqt5
|
||||
# LIBRARIES FOR DEV
|
||||
qt5.full
|
||||
qt5.qtbase
|
||||
qt5.qtquickcontrols2
|
||||
qt5.qtx11extras
|
||||
|
@ -535,7 +534,7 @@ Let's create our own custom LightlyShaders package. This is in it's own file for
|
|||
Let's also add our own package from my WIP presenter
|
||||
#+NAME: librepresenter
|
||||
#+begin_src nix
|
||||
(libsForQt5.callPackage /home/chris/dev/church-presenter {})
|
||||
# (libsForQt5.callPackage /home/chris/dev/church-presenter {})
|
||||
#+end_src
|
||||
|
||||
#+NAME: ydotool
|
||||
|
@ -2301,6 +2300,10 @@ I also use home-manager for managing dotfiles. This means that everything is con
|
|||
source = ../fish/functions;
|
||||
};
|
||||
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.file.".config/hypr".source = config.lib.file.mkOutOfStoreSymlink ../hypr;
|
||||
|
||||
home.file.".config/dunst" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue