Add dex, run at hyprland start
Move davmail to Ronin only
This commit is contained in:
parent
812a8d3669
commit
e003f21579
|
@ -58,7 +58,7 @@
|
||||||
mu.enable = true;
|
mu.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [ protonmail-bridge davmail vdirsyncer ];
|
home.packages = with pkgs; [ protonmail-bridge vdirsyncer ];
|
||||||
programs = {
|
programs = {
|
||||||
mbsync.enable = true;
|
mbsync.enable = true;
|
||||||
msmtp.enable = true;
|
msmtp.enable = true;
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
{ config, pkgs, theme, ... }: ''
|
{ config, pkgs, theme, ... }: ''
|
||||||
exec-once = ${pkgs.libsForQt5.polkit-kde-agent}/bin/polkit-kde-authentication-agent-1
|
|
||||||
|
|
||||||
source = ${theme}
|
source = ${theme}
|
||||||
source = ./extra.conf
|
source = ./extra.conf
|
||||||
monitor=,preferred,auto,auto
|
monitor=,preferred,auto,auto
|
||||||
|
@ -19,9 +17,6 @@
|
||||||
env = DOOMLOCALDIR=${config.home.sessionVariables.DOOMLOCALDIR};
|
env = DOOMLOCALDIR=${config.home.sessionVariables.DOOMLOCALDIR};
|
||||||
env = DOOMPROFILELOADFILE=${config.home.sessionVariables.DOOMPROFILELOADFILE};
|
env = DOOMPROFILELOADFILE=${config.home.sessionVariables.DOOMPROFILELOADFILE};
|
||||||
|
|
||||||
|
|
||||||
exec-once=configure-gtk
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = gb
|
kb_layout = gb
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
@ -228,5 +223,5 @@
|
||||||
exec-once = ${pkgs.swaynotificationcenter}/bin/swaync
|
exec-once = ${pkgs.swaynotificationcenter}/bin/swaync
|
||||||
exec-once = ${pkgs.hyprpaper}/bin/hyprpaper
|
exec-once = ${pkgs.hyprpaper}/bin/hyprpaper
|
||||||
exec-once = ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n
|
exec-once = ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n
|
||||||
exec-once = ${pkgs.davmail}/bin/davmail -notray
|
exec-once = ${pkgs.dex}/bin/dex --autostart
|
||||||
''
|
''
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
{ config, pkgs, lib, user, ... }:
|
{ config, pkgs, lib, user, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ openfortivpn nomachine-client teams-for-linux ];
|
home.packages = with pkgs; [
|
||||||
|
davmail
|
||||||
|
openfortivpn
|
||||||
|
nomachine-client
|
||||||
|
teams-for-linux
|
||||||
|
];
|
||||||
programs = {
|
programs = {
|
||||||
git.userEmail = "evie.litherland-smith@ukaea.uk";
|
git.userEmail = "evie.litherland-smith@ukaea.uk";
|
||||||
ssh.matchBlocks = {
|
ssh.matchBlocks = {
|
||||||
|
@ -155,5 +160,7 @@
|
||||||
windowrule = workspace 6,(teams-for-linux)
|
windowrule = workspace 6,(teams-for-linux)
|
||||||
windowrulev2 = workspace 7,title:(Zoom|zoom)
|
windowrulev2 = workspace 7,title:(Zoom|zoom)
|
||||||
windowrule = workspace 8,(Nxplayer.bin)
|
windowrule = workspace 8,(Nxplayer.bin)
|
||||||
|
|
||||||
|
exec-once = ${pkgs.davmail}/bin/davmail -notray
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
dex
|
||||||
mesa
|
mesa
|
||||||
libnotify
|
libnotify
|
||||||
glib
|
glib
|
||||||
|
|
Loading…
Reference in a new issue