hopefully updating things for laptop and dalinar

This commit is contained in:
Chris Cochrun 2022-10-24 06:30:32 -05:00
parent 6b27a9a6ee
commit c25f1f4cf1
8 changed files with 116 additions and 23 deletions

View file

@ -233,7 +233,15 @@
};
};
systemd.servics = {
mail-cert-renew = {
enable = true;
serviceConfig = {
Type = "oneshot";
ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew"
};
};
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];

View file

@ -240,6 +240,7 @@ imports =
krename
kwallet-pam
plasma5Packages.kwallet
sierra-breeze-enhanced
libimobiledevice
sddm-kcm
ydotool
@ -254,7 +255,7 @@ imports =
nerdfonts
latte-dock
alacritty
libsForQt5.bismuth
# libsForQt5.bismuth
libnotify
rofi-wayland
waybar
@ -268,6 +269,7 @@ imports =
wayland-utils
# mkchromecast
plocate
# librepresenter.libre-presenter
papirus-icon-theme
phinger-cursors
plasma-hud
@ -361,7 +363,7 @@ imports =
# plasma5Packages.kirigami2
sqlite
fennel
(libsForQt5.callPackage ../../LightlyShaders {})
(with import <nixpkgs> {}; libsForQt5.callPackage ../../LightlyShaders {})
];
nixpkgs.overlays = [

View file

@ -260,6 +260,7 @@
krename
kwallet-pam
plasma5Packages.kwallet
sierra-breeze-enhanced
libimobiledevice
sddm-kcm
ydotool
@ -274,7 +275,7 @@
nerdfonts
latte-dock
alacritty
libsForQt5.bismuth
# libsForQt5.bismuth
libnotify
rofi-wayland
waybar
@ -288,6 +289,7 @@
wayland-utils
# mkchromecast
plocate
# librepresenter.libre-presenter
papirus-icon-theme
phinger-cursors
plasma-hud
@ -383,7 +385,10 @@
# plasma5Packages.kirigami2
sqlite
fennel
(libsForQt5.callPackage ../../LightlyShaders {})
(with import <nixpkgs> {}; libsForQt5.callPackage ../../LightlyShaders {})
(with import <nixpkgs> {}; libsForQt5.callPackage /home/chris/dev/church-presenter {})
# (with import <nixpkgs> {}; libsForQt5.callPackage ../../bismuth {})
];
services.emacs = {