wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-24 17:48:03 +01:00
parent cd62d95e8c
commit 0d65374be6
3 changed files with 2 additions and 3 deletions

View file

@ -12,7 +12,6 @@
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
ip-whitelist.url = "github:Oak-Digital/nixos-ip-whitelist-firewall";
nix-homebrew.url = "github:zhaofengli/nix-homebrew";
wezterm.url = "github:wezterm/wezterm?dir=nix";
};
outputs =
@ -23,7 +22,6 @@
nix-darwin,
nix-homebrew,
agenix,
wezterm,
...
}@inputs:
let

View file

@ -53,6 +53,7 @@
];
programs.home-manager.enable = true;
programs.wezterm.enable = true;
# Appearance
fonts.fontconfig = {

View file

@ -16,7 +16,7 @@ function M.apply_to_config(config)
config.window_decorations = "NONE"
config.window_padding = helpers.get_padding(18, 6)
config.window_background_opacity = 1
config.enable_wayland = false;
-- config.enable_wayland = false;
end
end