mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-07-15 20:49:10 +00:00
Additional applications and configs (#5)
* Add subdirectories for `macbook` and `tongfang` with config * Working configuration * Added Zen Browser as flake * Add `wezterm` and `nvim` * Add fonts, `neovim` and `wezterm` config * Add Logseq * Add `fzf`
This commit is contained in:
parent
10a876fcc4
commit
98c39a11ed
9 changed files with 275 additions and 1 deletions
17
tongfang/nixos/flake.nix
Normal file
17
tongfang/nixos/flake.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
description = "TongFang NixOS flake";
|
||||
|
||||
inputs = {
|
||||
zen-browser.url = "github:MarceColl/zen-browser-flake";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
nixosConfigurations.tongfang = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./configuration.nix
|
||||
];
|
||||
specialArgs = { inherit inputs; };
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue