updating and removing latte-dock

This commit is contained in:
Chris Cochrun 2022-12-15 09:37:20 -06:00
parent 1bece25e37
commit f03a86e909
4 changed files with 221 additions and 136 deletions

View file

@ -168,10 +168,6 @@ nix = {
package = pkgs.nixVersions.unstable;
};
nixpkgs.config.permittedInsecurePackages = [
"qtwebkit-5.212.0-alpha4"
];
#+end_src
I use plasma and awesome mostly as my desktop. Also all desktops will likely need ntfs support in order to work with windows devices.
@ -188,7 +184,7 @@ services.xserver = {
displayManager = {
startx.enable = true;
sddm = {
enable = true;
enable = false;
};
session = [
{
@ -209,15 +205,15 @@ services.xserver = {
};
services.greetd = {
enable = false;
enable = true;
settings = rec {
initial_session = {
command = "dbus-launch systemctl --user restart plasma-run-with-systemd.service";
command = "/home/chris/bin/hyprland";
user = "chris";
};
default_session = initial_session;
hyprland_session = {
command = "/home/chris/bin/hyprland";
command = "dbus-launch systemctl --user restart plasma-run-with-systemd.service";
user = "chris";
};
};
@ -418,7 +414,7 @@ python310Packages.mutagen
python310Packages.audiotools
mpv
nerdfonts
latte-dock
# latte-dock
plasma-browser-integration
alacritty
libsForQt5.bismuth
@ -503,28 +499,28 @@ Here are some dev tools that I often have on a few devices.
#+begin_src nix
# android-tools
nix-index
meson
ninja
gnumake
gcc
gdb
clang
clang-tools
cmake
qtcreator
extra-cmake-modules
pkg-config
libsForQt5.wrapQtAppsHook
python310Packages.pyqt5
# meson
# ninja
# gnumake
# gcc
# gdb
# clang
# clang-tools
# cmake
# qtcreator
# extra-cmake-modules
# pkg-config
# libsForQt5.wrapQtAppsHook
# python310Packages.pyqt5
# LIBRARIES FOR DEV
qt5.qtbase
qt5.qtquickcontrols2
qt5.qtx11extras
libsForQt5.appstream-qt
libsForQt5.kdelibs4support
libsForQt5.kirigami2
libsForQt5.ki18n
libsForQt5.kcoreaddons
# qt5.qtbase
# qt5.qtquickcontrols2
# qt5.qtx11extras
# libsForQt5.appstream-qt
# libsForQt5.kdelibs4support
# libsForQt5.kirigami2
# libsForQt5.ki18n
# libsForQt5.kcoreaddons
# plasma5Packages.kirigami2
sqlite
fennel
@ -533,7 +529,7 @@ fennel
Let's create our own custom LightlyShaders package. This is in it's own file for now.
#+NAME: lightlyshaders
#+begin_src nix
(libsForQt5.callPackage /home/chris/dev/LightlyShaders {})
# (libsForQt5.callPackage /home/chris/dev/LightlyShaders {})
#+end_src
Let's also add our own package from my WIP presenter