mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 09:50:14 +08:00
zed works
This commit is contained in:
parent
62e6806d16
commit
cf0fedb9fe
2 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,7 @@
|
|||
# wget
|
||||
brave
|
||||
vscode
|
||||
zed-editor
|
||||
];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ in
|
|||
home-manager.sharedModules = [{
|
||||
services.dunst.enable = true;
|
||||
programs.hyprlock.enable = true;
|
||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
}];
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue