mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 11:30:13 +00:00
update lockfile, fix darwin
This commit is contained in:
@ -4,6 +4,10 @@
|
||||
|
||||
config = lib.mkIf (pkgs.stdenv.isLinux && config.services.xserver.enable) {
|
||||
|
||||
# Set the Rofi-Systemd terminal for viewing logs
|
||||
environment.sessionVariables.ROFI_SYSTEMD_TERM =
|
||||
lib.mkIf config.kitty.enable "${pkgs.kitty}/bin/kitty";
|
||||
|
||||
home-manager.users.${config.user} = {
|
||||
|
||||
home.packages = with pkgs;
|
||||
|
Reference in New Issue
Block a user