mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-29 05:41:52 +02:00
feat: add devenv
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, devenv, ... }:
|
||||
|
||||
{
|
||||
# enable flakes globally
|
||||
@@ -163,6 +163,8 @@
|
||||
# remote desktop(rdp connect)
|
||||
remmina
|
||||
freerdp # required by remmina
|
||||
|
||||
devenv.packages."${pkgs.system}".devenv
|
||||
];
|
||||
|
||||
# replace default editor with vim
|
||||
|
||||
Reference in New Issue
Block a user