changes to packages and other environment pieces
This commit is contained in:
parent
e25a752c31
commit
e56de75416
|
@ -357,7 +357,7 @@ colors:
|
||||||
# - (Linux/BSD) user login shell
|
# - (Linux/BSD) user login shell
|
||||||
# - (Windows) powershell
|
# - (Windows) powershell
|
||||||
shell:
|
shell:
|
||||||
program: bash
|
program: fish
|
||||||
# args:
|
# args:
|
||||||
# - --login
|
# - --login
|
||||||
|
|
||||||
|
|
|
@ -73,11 +73,11 @@ with lib;
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = rec {
|
settings = rec {
|
||||||
initial_session = {
|
initial_session = {
|
||||||
command = "hyprland";
|
command = "dbus-run-session startplasma-wayland";
|
||||||
user = "chris";
|
user = "chris";
|
||||||
};
|
};
|
||||||
default_session = {
|
default_session = {
|
||||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'hyprland' -s /etc/greetd/environments";
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'dbus-run-session startplasma-wayland' -s /etc/greetd/environments";
|
||||||
user = "greeter";
|
user = "greeter";
|
||||||
};
|
};
|
||||||
plasma_session = {
|
plasma_session = {
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
socat
|
socat
|
||||||
ffmpeg-full
|
ffmpeg_5-full
|
||||||
imagemagick
|
imagemagick
|
||||||
libheif
|
libheif
|
||||||
trash-cli
|
trash-cli
|
||||||
|
|
|
@ -26,7 +26,7 @@ with lib;
|
||||||
plasma5Packages.kwallet
|
plasma5Packages.kwallet
|
||||||
sierra-breeze-enhanced
|
sierra-breeze-enhanced
|
||||||
libimobiledevice
|
libimobiledevice
|
||||||
bottles
|
# bottles
|
||||||
# jitsi-meet-electron
|
# jitsi-meet-electron
|
||||||
imv
|
imv
|
||||||
feh
|
feh
|
||||||
|
@ -90,7 +90,7 @@ with lib;
|
||||||
wmctrl
|
wmctrl
|
||||||
xcape
|
xcape
|
||||||
xclip
|
xclip
|
||||||
maim
|
# maim
|
||||||
unclutter-xfixes
|
unclutter-xfixes
|
||||||
bluez-tools
|
bluez-tools
|
||||||
networkmanager_dmenu
|
networkmanager_dmenu
|
||||||
|
@ -122,7 +122,7 @@ with lib;
|
||||||
(callPackage ../ydotool { })
|
(callPackage ../ydotool { })
|
||||||
# (libsForQt5.callPackage /home/chris/dev/LightlyShaders {}) # LightlyShaders
|
# (libsForQt5.callPackage /home/chris/dev/LightlyShaders {}) # LightlyShaders
|
||||||
# (libsForQt5.callPackage /home/chris/.dotfiles/RoundedSBE {})
|
# (libsForQt5.callPackage /home/chris/.dotfiles/RoundedSBE {})
|
||||||
(libsForQt5.callPackage /home/chris/dev/church-presenter {}) # librepresenter
|
# (libsForQt5.callPackage /home/chris/dev/church-presenter {}) # librepresenter
|
||||||
nix-index
|
nix-index
|
||||||
sqlite
|
sqlite
|
||||||
fennel
|
fennel
|
||||||
|
|
Loading…
Reference in a new issue