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;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [ protonmail-bridge davmail vdirsyncer ];
|
||||
home.packages = with pkgs; [ protonmail-bridge vdirsyncer ];
|
||||
programs = {
|
||||
mbsync.enable = true;
|
||||
msmtp.enable = true;
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
{ config, pkgs, theme, ... }: ''
|
||||
exec-once = ${pkgs.libsForQt5.polkit-kde-agent}/bin/polkit-kde-authentication-agent-1
|
||||
|
||||
source = ${theme}
|
||||
source = ./extra.conf
|
||||
monitor=,preferred,auto,auto
|
||||
|
@ -19,9 +17,6 @@
|
|||
env = DOOMLOCALDIR=${config.home.sessionVariables.DOOMLOCALDIR};
|
||||
env = DOOMPROFILELOADFILE=${config.home.sessionVariables.DOOMPROFILELOADFILE};
|
||||
|
||||
|
||||
exec-once=configure-gtk
|
||||
|
||||
input {
|
||||
kb_layout = gb
|
||||
follow_mouse = 1
|
||||
|
@ -228,5 +223,5 @@
|
|||
exec-once = ${pkgs.swaynotificationcenter}/bin/swaync
|
||||
exec-once = ${pkgs.hyprpaper}/bin/hyprpaper
|
||||
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, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ openfortivpn nomachine-client teams-for-linux ];
|
||||
home.packages = with pkgs; [
|
||||
davmail
|
||||
openfortivpn
|
||||
nomachine-client
|
||||
teams-for-linux
|
||||
];
|
||||
programs = {
|
||||
git.userEmail = "evie.litherland-smith@ukaea.uk";
|
||||
ssh.matchBlocks = {
|
||||
|
@ -155,5 +160,7 @@
|
|||
windowrule = workspace 6,(teams-for-linux)
|
||||
windowrulev2 = workspace 7,title:(Zoom|zoom)
|
||||
windowrule = workspace 8,(Nxplayer.bin)
|
||||
|
||||
exec-once = ${pkgs.davmail}/bin/davmail -notray
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
dex
|
||||
mesa
|
||||
libnotify
|
||||
glib
|
||||
|
|
Loading…
Reference in a new issue