idk
This commit is contained in:
parent
f7ed344a30
commit
cfc03cf564
4 changed files with 26 additions and 16 deletions
11
home/modules/zed.nix
Normal file
11
home/modules/zed.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
laptop = builtins.readFile "/etc/hostname" == "syl\n";
|
||||
in
|
||||
{
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue