chore: cleanup and switching packages
This commit is contained in:
parent
c459ae5cdf
commit
f389dbf795
3 changed files with 18 additions and 5 deletions
|
@ -104,10 +104,11 @@ in {
|
||||||
|
|
||||||
# FIXME: depends on insecure openssl 1.1.1t
|
# FIXME: depends on insecure openssl 1.1.1t
|
||||||
# kotatogram-desktop
|
# kotatogram-desktop
|
||||||
|
tdesktop
|
||||||
|
|
||||||
thunderbird
|
thunderbird
|
||||||
# gnome.cheese
|
# gnome.cheese
|
||||||
pkgsUnstable.discord
|
discord
|
||||||
|
|
||||||
# Virtualization
|
# Virtualization
|
||||||
# virtmanager
|
# virtmanager
|
||||||
|
|
|
@ -19,6 +19,14 @@ in {
|
||||||
../programs/salut.nix
|
../programs/salut.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# TODO: autostart
|
||||||
|
# environment.loginShellInit = ''
|
||||||
|
# if [[ "$(tty)" == /dev/tty1 ]]; then
|
||||||
|
# echo starting sway..
|
||||||
|
# exec sway
|
||||||
|
# fi
|
||||||
|
# '';
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
# TODO: doesn't work with 2 screens
|
# TODO: doesn't work with 2 screens
|
||||||
# flameshot.enable = true;
|
# flameshot.enable = true;
|
||||||
|
@ -103,6 +111,10 @@ in {
|
||||||
"${modifier}+0" = "workspace number 0";
|
"${modifier}+0" = "workspace number 0";
|
||||||
"${modifier}+Shift+0" = "move container to workspace number 0";
|
"${modifier}+Shift+0" = "move container to workspace number 0";
|
||||||
|
|
||||||
|
# disable splitting for now as i sometimes trigger it accidentally and then get stuck with it
|
||||||
|
"${modifier}+b" = "nop";
|
||||||
|
"${modifier}+v" = "nop";
|
||||||
|
|
||||||
# move workspace to output
|
# move workspace to output
|
||||||
"${modifier}+Control+Shift+${left}" = "move workspace to output left";
|
"${modifier}+Control+Shift+${left}" = "move workspace to output left";
|
||||||
"${modifier}+Control+Shift+${right}" = "move workspace to output right";
|
"${modifier}+Control+Shift+${right}" = "move workspace to output right";
|
||||||
|
|
|
@ -36,13 +36,13 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
home.file.".profile".text = ''
|
|
||||||
. "${config.home.profileDirectory}/etc/profile.d/hm-session-vars.sh"
|
|
||||||
'';
|
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
profileExtra = ''
|
||||||
|
. "${config.home.profileDirectory}/etc/profile.d/hm-session-vars.sh"
|
||||||
|
'';
|
||||||
|
|
||||||
# will be called again by oh-my-zsh
|
# will be called again by oh-my-zsh
|
||||||
enableCompletion = false;
|
enableCompletion = false;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue