reformat
This commit is contained in:
14
modules/graphical/code.nix
Normal file
14
modules/graphical/code.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, inputs, lib, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
kate
|
||||
jetbrains.idea-ultimate
|
||||
insomnia
|
||||
];
|
||||
|
||||
#environment.sessionVariables = {
|
||||
# DOTNET_ROOT = "${pkgs.dotnet-sdk_7}";
|
||||
#};
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user