wip: dnsc-machine setup
This commit is contained in:
parent
cd62d95e8c
commit
0d65374be6
3 changed files with 2 additions and 3 deletions
|
|
@ -12,7 +12,6 @@
|
||||||
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
ip-whitelist.url = "github:Oak-Digital/nixos-ip-whitelist-firewall";
|
ip-whitelist.url = "github:Oak-Digital/nixos-ip-whitelist-firewall";
|
||||||
nix-homebrew.url = "github:zhaofengli/nix-homebrew";
|
nix-homebrew.url = "github:zhaofengli/nix-homebrew";
|
||||||
wezterm.url = "github:wezterm/wezterm?dir=nix";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
@ -23,7 +22,6 @@
|
||||||
nix-darwin,
|
nix-darwin,
|
||||||
nix-homebrew,
|
nix-homebrew,
|
||||||
agenix,
|
agenix,
|
||||||
wezterm,
|
|
||||||
...
|
...
|
||||||
}@inputs:
|
}@inputs:
|
||||||
let
|
let
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
programs.wezterm.enable = true;
|
||||||
|
|
||||||
# Appearance
|
# Appearance
|
||||||
fonts.fontconfig = {
|
fonts.fontconfig = {
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ function M.apply_to_config(config)
|
||||||
config.window_decorations = "NONE"
|
config.window_decorations = "NONE"
|
||||||
config.window_padding = helpers.get_padding(18, 6)
|
config.window_padding = helpers.get_padding(18, 6)
|
||||||
config.window_background_opacity = 1
|
config.window_background_opacity = 1
|
||||||
config.enable_wayland = false;
|
-- config.enable_wayland = false;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue